2 instantiations of PreSiblingQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs (1)
89public override XPathNodeIterator Clone() { return new PreSiblingQuery(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
184result = new PreSiblingQuery(qyInput, root.Name, root.Prefix, root.NodeType);
1 reference to PreSiblingQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs (1)
29protected PreSiblingQuery(PreSiblingQuery other) : base(other) { }