Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / XmlUtils / System / Xml / Xsl / XsltOld / TheQuery.cs / 1305376 / TheQuery.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Xsl.XsltOld { using Res = System.Xml.Utils.Res; using System; using System.Xml; using System.Xml.XPath; using MS.Internal.Xml.XPath; internal sealed class TheQuery { internal InputScopeManager _ScopeManager; private CompiledXpathExpr _CompiledQuery; internal CompiledXpathExpr CompiledQuery { get { return _CompiledQuery; } } internal TheQuery( CompiledXpathExpr compiledQuery, InputScopeManager manager) { _CompiledQuery = compiledQuery; _ScopeManager = manager.Clone(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Xsl.XsltOld { using Res = System.Xml.Utils.Res; using System; using System.Xml; using System.Xml.XPath; using MS.Internal.Xml.XPath; internal sealed class TheQuery { internal InputScopeManager _ScopeManager; private CompiledXpathExpr _CompiledQuery; internal CompiledXpathExpr CompiledQuery { get { return _CompiledQuery; } } internal TheQuery( CompiledXpathExpr compiledQuery, InputScopeManager manager) { _CompiledQuery = compiledQuery; _ScopeManager = manager.Clone(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SoapMessage.cs
- COM2IDispatchConverter.cs
- MissingMethodException.cs
- log.cs
- DragDrop.cs
- SharedStatics.cs
- BoolExpr.cs
- SerializationAttributes.cs
- MD5.cs
- ExtenderControl.cs
- DateBoldEvent.cs
- CodeMethodMap.cs
- PermissionRequestEvidence.cs
- ProtocolImporter.cs
- DefaultValueTypeConverter.cs
- ObjectDataSourceMethodEventArgs.cs
- DbMetaDataCollectionNames.cs
- SemanticValue.cs
- ToggleButtonAutomationPeer.cs
- ReverseInheritProperty.cs
- DeclarativeCatalogPart.cs
- PropertyNames.cs
- TransportElement.cs
- TypeSystem.cs
- OutputCacheModule.cs
- HtmlButton.cs
- ConsoleCancelEventArgs.cs
- SerializationEventsCache.cs
- WebPartPersonalization.cs
- FocusTracker.cs
- ReaderOutput.cs
- UrlSyndicationContent.cs
- CallSite.cs
- DataServiceConfiguration.cs
- DeriveBytes.cs
- DataTableNewRowEvent.cs
- RuntimeHelpers.cs
- DataGridViewColumnConverter.cs
- MailMessageEventArgs.cs
- DataGridViewLinkColumn.cs
- XmlSchemaComplexContentExtension.cs
- MulticastOption.cs
- SqlBulkCopyColumnMapping.cs
- CultureInfo.cs
- KnowledgeBase.cs
- TcpAppDomainProtocolHandler.cs
- Base64Decoder.cs
- Renderer.cs
- KeyNotFoundException.cs
- Query.cs
- columnmapkeybuilder.cs
- ModelTreeManager.cs
- MessageSecurityVersion.cs
- TypeValidationEventArgs.cs
- SettingsPropertyValue.cs
- DiscreteKeyFrames.cs
- AddingNewEventArgs.cs
- FontDialog.cs
- ColorMatrix.cs
- Completion.cs
- DeclaredTypeElement.cs
- ServiceHostingEnvironment.cs
- RSAOAEPKeyExchangeFormatter.cs
- LocatorBase.cs
- ObjectDataSourceFilteringEventArgs.cs
- DataGridAddNewRow.cs
- SimpleHandlerFactory.cs
- AmbientProperties.cs
- HebrewNumber.cs
- ListViewItemSelectionChangedEvent.cs
- XsltException.cs
- DocumentPageTextView.cs
- GlobalItem.cs
- WebServiceData.cs
- EntityCommandExecutionException.cs
- DataServiceSaveChangesEventArgs.cs
- DeclarationUpdate.cs
- _NtlmClient.cs
- GB18030Encoding.cs
- AsymmetricKeyExchangeDeformatter.cs
- NCryptNative.cs
- QuerySetOp.cs
- securitycriticaldata.cs
- BasePattern.cs
- IdnElement.cs
- ResponseBodyWriter.cs
- XmlValidatingReader.cs
- SizeIndependentAnimationStorage.cs
- ListViewTableCell.cs
- UserPersonalizationStateInfo.cs
- ExpressionVisitorHelpers.cs
- WebPartMinimizeVerb.cs
- MessageCredentialType.cs
- CompatibleIComparer.cs
- WindowsBrush.cs
- CodeParameterDeclarationExpression.cs
- ElementUtil.cs
- _KerberosClient.cs
- MD5HashHelper.cs
- CustomGrammar.cs