1 type derived from ContextQuery
System.Private.Xml (1)
System\Xml\XPath\Internal\AbsoluteQuery.cs (1)
9internal sealed class AbsoluteQuery : ContextQuery
4 instantiations of ContextQuery
System.Private.Xml (4)
System\Xml\XPath\Internal\ContextQuery.cs (1)
51public override XPathNodeIterator Clone() { return new ContextQuery(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (3)
86qyGrandInput = new ContextQuery(); 108qyInput = new ContextQuery(); 296_firstInput.qyInput = new ContextQuery();
3 references to ContextQuery
System.Private.Xml (3)
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
116if (qyInput.GetType() != typeof(ContextQuery))
System\Xml\XPath\Internal\ContextQuery.cs (1)
17protected ContextQuery(ContextQuery other) : base(other)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
294if (!(parent is ContextQuery))