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