2 references to ContextQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AbsoluteQuery.cs (1)
16
private AbsoluteQuery(AbsoluteQuery other) :
base
(other) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ContextQuery.cs (1)
53
public override XPathNodeIterator Clone() { return new
ContextQuery
(this); }