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