2 instantiations of FunctionQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs (1)
124
public override XPathNodeIterator Clone() { return new
FunctionQuery
(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
434
qy = new
FunctionQuery
(root.Prefix, root.Name, ProcessArguments(root.ArgumentList, out props));
2 references to FunctionQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs (1)
24
private FunctionQuery(
FunctionQuery
other) : base(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Query.cs (1)
207
if (query is
FunctionQuery
) return; // Temp Fix. Functions (as document()) return now unordered sequences