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