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
- ComplexTypeEmitter.cs
- EllipseGeometry.cs
- InfoCardBinaryReader.cs
- TextPointerBase.cs
- SeverityFilter.cs
- RC2CryptoServiceProvider.cs
- FontStretchConverter.cs
- UpdatePanelControlTrigger.cs
- ResXDataNode.cs
- StreamWriter.cs
- JsonStringDataContract.cs
- FloaterParaClient.cs
- NameValueSectionHandler.cs
- RenamedEventArgs.cs
- WmlImageAdapter.cs
- WebDisplayNameAttribute.cs
- RegularExpressionValidator.cs
- BoundColumn.cs
- CurrencyWrapper.cs
- TreeNodeEventArgs.cs
- sqlinternaltransaction.cs
- ConfigurationPropertyAttribute.cs
- _AutoWebProxyScriptHelper.cs
- ImageSourceConverter.cs
- AutomationIdentifierGuids.cs
- ScriptIgnoreAttribute.cs
- BindingElementCollection.cs
- XmlSchemaException.cs
- RtfToXamlLexer.cs
- Lease.cs
- DecodeHelper.cs
- UpdatePanelTrigger.cs
- HttpListenerRequestUriBuilder.cs
- HttpCachePolicyWrapper.cs
- MasterPageParser.cs
- RegexGroupCollection.cs
- Bidi.cs
- HandleCollector.cs
- OutputCacheSection.cs
- InputManager.cs
- DataGridViewCellEventArgs.cs
- ExpandableObjectConverter.cs
- PeerNameRegistration.cs
- MenuItemBinding.cs
- OutOfMemoryException.cs
- Wildcard.cs
- ErrorView.xaml.cs
- XmlSerializerFactory.cs
- AspNetHostingPermission.cs
- TransactionalPackage.cs
- SocketElement.cs
- LineUtil.cs
- StoreAnnotationsMap.cs
- _ProxyChain.cs
- DesignerSerializationManager.cs
- Win32Native.cs
- StreamReader.cs
- UrlAuthFailedErrorFormatter.cs
- Calendar.cs
- WindowShowOrOpenTracker.cs
- SelectedDatesCollection.cs
- WSTrustDec2005.cs
- Connector.xaml.cs
- AssemblyBuilder.cs
- HyperLinkField.cs
- SettingsAttributes.cs
- LicenseManager.cs
- EntityDataSourceColumn.cs
- AsmxEndpointPickerExtension.cs
- IndexedString.cs
- AutomationPropertyInfo.cs
- HttpClientCertificate.cs
- TranslateTransform3D.cs
- SqlTriggerAttribute.cs
- DXD.cs
- ColumnTypeConverter.cs
- ToolStripGripRenderEventArgs.cs
- DynamicAttribute.cs
- DictionarySectionHandler.cs
- PointAnimationUsingPath.cs
- SqlColumnizer.cs
- TypeUtils.cs
- HeaderedContentControl.cs
- DrawingContext.cs
- CatalogZone.cs
- ImageAttributes.cs
- ScriptBehaviorDescriptor.cs
- HttpCapabilitiesSectionHandler.cs
- DateTimeSerializationSection.cs
- CounterSample.cs
- GeneralTransform3DTo2D.cs
- SignedPkcs7.cs
- ResXResourceWriter.cs
- SolidBrush.cs
- RuntimeHelpers.cs
- CodeTypeDelegate.cs
- ListViewItem.cs
- DrawingDrawingContext.cs
- TypeElementCollection.cs
- PagerSettings.cs