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