2 instantiations of PreSiblingQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs (1)
89
public override XPathNodeIterator Clone() { return new
PreSiblingQuery
(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
184
result = 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)
29
protected PreSiblingQuery(
PreSiblingQuery
other) : base(other) { }