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