2 instantiations of AbsoluteQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AbsoluteQuery.cs (1)
35
public override XPathNodeIterator Clone() { return new
AbsoluteQuery
(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
493
result = new
AbsoluteQuery
();
1 reference to AbsoluteQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AbsoluteQuery.cs (1)
16
private AbsoluteQuery(
AbsoluteQuery
other) : base(other) { }