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