2 instantiations of PrecedingQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (1)
104public override XPathNodeIterator Clone() { return new PrecedingQuery(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
169result = 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)
34private PrecedingQuery(PrecedingQuery other) : base(other)