1 type derived from DocumentXPathNodeIterator_ElemChildren
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
2421
internal sealed class DocumentXPathNodeIterator_ElemChildren_AndSelf :
DocumentXPathNodeIterator_ElemChildren
2 instantiations of DocumentXPathNodeIterator_ElemChildren
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (2)
1486
return new
DocumentXPathNodeIterator_ElemChildren
(this, localNameAtom, nsAtom);
2410
return new
DocumentXPathNodeIterator_ElemChildren
(this);
1 reference to DocumentXPathNodeIterator_ElemChildren
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
2402
internal DocumentXPathNodeIterator_ElemChildren(
DocumentXPathNodeIterator_ElemChildren
other) : base(other)