3 instantiations of XPathSelectionIterator
System.Xml (3)
System\Xml\XPath\Internal\FunctionQuery.cs (1)
66argVals[i] = new XPathSelectionIterator(nodeIterator.Current, args[i]);
System\Xml\XPath\Internal\XPathSelectionIterator.cs (1)
53public override XPathNodeIterator Clone() { return new XPathSelectionIterator(this); }
System\Xml\XPath\XPathNavigator.cs (1)
1052return new XPathSelectionIterator(context.Current, query);
1 reference to XPathSelectionIterator
System.Xml (1)
System\Xml\XPath\Internal\XPathSelectionIterator.cs (1)
28protected XPathSelectionIterator(XPathSelectionIterator it) {