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