2 instantiations of PrecedingQuery
System.Xml (2)
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
91public override XPathNodeIterator Clone() { return new PrecedingQuery(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (1)
141result = new PrecedingQuery(qyInput, root.Name, root.Prefix, root.NodeType);
1 reference to PrecedingQuery
System.Xml (1)
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
34private PrecedingQuery(PrecedingQuery other) : base(other) {