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