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