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