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