1 type derived from DocumentXPathNodeIterator_ElemChildren_NoLocalName
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
2356internal sealed class DocumentXPathNodeIterator_ElemChildren_AndSelf_NoLocalName : DocumentXPathNodeIterator_ElemChildren_NoLocalName
2 instantiations of DocumentXPathNodeIterator_ElemChildren_NoLocalName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (2)
1481return new DocumentXPathNodeIterator_ElemChildren_NoLocalName(this, nsAtom); 2345return new DocumentXPathNodeIterator_ElemChildren_NoLocalName(this);
1 reference to DocumentXPathNodeIterator_ElemChildren_NoLocalName
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
2339internal DocumentXPathNodeIterator_ElemChildren_NoLocalName(DocumentXPathNodeIterator_ElemChildren_NoLocalName other) : base(other)