7 references to XPathArrayIterator
System.Private.Xml (7)
System\Xml\XPath\Internal\XPathMultyIterator.cs (1)
27
this.arr[i] = new
XPathArrayIterator
(iterator);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (3)
504
value = new
XPathArrayIterator
((IList)value);
541
value = new
XPathArrayIterator
((IList)value);
552
value = new
XPathArrayIterator
((IList)value);
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
315
public XPathSortArrayIterator(List<SortKey> list) :
base
(list) { }
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
281
return new
XPathArrayIterator
(list);
902
return new
XPathArrayIterator
(resultCollection);