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