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)
47
return new
XPathArrayIterator
(this);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathMultyIterator.cs (1)
26
this.arr[i] = new
XPathArrayIterator
((ArrayList)inputArray[i]);
1 reference to XPathArrayIterator
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathArrayIterator.cs (1)
25
public XPathArrayIterator(
XPathArrayIterator
it)