1 type derived from ContextQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AbsoluteQuery.cs (1)
13internal sealed class AbsoluteQuery : ContextQuery
4 instantiations of ContextQuery
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ContextQuery.cs (1)
53public override XPathNodeIterator Clone() { return new ContextQuery(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (3)
88qyGrandInput = new ContextQuery(); 110qyInput = new ContextQuery(); 301_firstInput.qyInput = new ContextQuery();
3 references to ContextQuery
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (1)
121if (qyInput.GetType() != typeof(ContextQuery))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ContextQuery.cs (1)
20protected ContextQuery(ContextQuery other) : base(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
299if (!(parent is ContextQuery))