2 instantiations of GroupQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\GroupQuery.cs (1)
33
public override XPathNodeIterator Clone() { return new
GroupQuery
(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
490
result = new
GroupQuery
(ProcessNode(((Group)root).GroupNode, Flags.None, out props));
1 reference to GroupQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\GroupQuery.cs (1)
16
private GroupQuery(
GroupQuery
other) : base(other) { }