1 type derived from XPathArrayIterator
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
313
private sealed class XPathSortArrayIterator :
XPathArrayIterator
10 instantiations of XPathArrayIterator
System.Private.Xml (10)
System\Xml\XPath\Internal\ExtensionQuery.cs (1)
102
_queryIterator = new
XPathArrayIterator
(nodeIterator);
System\Xml\XPath\Internal\XPathArrayIterator.cs (1)
47
return new
XPathArrayIterator
(this);
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\CopyOfAction.cs (1)
57
processor.PushActionFrame(CopyNodeSetAction.GetAction(), new
XPathArrayIterator
(query));
System\Xml\Xsl\XsltOld\Processor.cs (1)
653
return new
XPathArrayIterator
(it);
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
281
return new
XPathArrayIterator
(list);
902
return new
XPathArrayIterator
(resultCollection);
3 references to XPathArrayIterator
System.Private.Xml (3)
System\Xml\XPath\Internal\XPathArrayIterator.cs (1)
24
public XPathArrayIterator(
XPathArrayIterator
it)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
595
XPathArrayIterator
? iter = value as
XPathArrayIterator
;