3 instantiations of XPathArrayIterator
System.Xml (3)
System\Xml\XPath\Internal\ExtensionQuery.cs (1)
92queryIterator = new XPathArrayIterator(nodeIterator);
System\Xml\XPath\Internal\XPathArrayIterator.cs (1)
43return new XPathArrayIterator(this);
System\Xml\XPath\Internal\XPathMultyIterator.cs (1)
25this.arr[i] = new XPathArrayIterator((ArrayList) inputArray[i]);
1 reference to XPathArrayIterator
System.Xml (1)
System\Xml\XPath\Internal\XPathArrayIterator.cs (1)
26public XPathArrayIterator(XPathArrayIterator it) {