1 instantiation of XmlIteratorQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XmlIteratorQuery.cs (1)
49
public override XPathNodeIterator Clone() { return new
XmlIteratorQuery
(this); }
1 reference to XmlIteratorQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XmlIteratorQuery.cs (1)
26
protected XmlIteratorQuery(
XmlIteratorQuery
other) : base(other)