3 instantiations of XPathSelectionIterator
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs (1)
79
argVals[i] = new
XPathSelectionIterator
(nodeIterator.Current, _args[i]);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathSelectionIterator.cs (1)
58
public override XPathNodeIterator Clone() { return new
XPathSelectionIterator
(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
1259
return new
XPathSelectionIterator
(context.Current, query);
1 reference to XPathSelectionIterator
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathSelectionIterator.cs (1)
28
protected XPathSelectionIterator(
XPathSelectionIterator
it)