2 instantiations of IDQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IDQuery.cs (1)
75
public override XPathNodeIterator Clone() { return new
IDQuery
(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
373
qy = new
IDQuery
(ProcessNode((AstNode)(root.ArgumentList[0]), Flags.None, out props));
1 reference to IDQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IDQuery.cs (1)
17
private IDQuery(
IDQuery
other) : base(other) { }