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