4 instantiations of XPathArrayIterator
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ExtensionQuery.cs (1)
109_queryIterator = new XPathArrayIterator(nodeIterator);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XmlIteratorQuery.cs (1)
23_it = new XPathArrayIterator(it);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathArrayIterator.cs (1)
47return new XPathArrayIterator(this);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathMultyIterator.cs (1)
26this.arr[i] = new XPathArrayIterator((ArrayList)inputArray[i]);
1 reference to XPathArrayIterator
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathArrayIterator.cs (1)
25public XPathArrayIterator(XPathArrayIterator it)