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