2 instantiations of PrecedingQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (1)
104
public override XPathNodeIterator Clone() { return new
PrecedingQuery
(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
169
result = new
PrecedingQuery
(qyInput, root.Name, root.Prefix, root.NodeType);
1 reference to PrecedingQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (1)
34
private PrecedingQuery(
PrecedingQuery
other) : base(other)