2 references to XPathSelectionIterator
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs (1)
79
argVals[i] = new
XPathSelectionIterator
(nodeIterator.Current, _args[i]);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
1259
return new
XPathSelectionIterator
(context.Current, query);