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