2 instantiations of DocumentXPathNodeIterator_ElemChildren_AndSelf
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (2)
1485return new DocumentXPathNodeIterator_ElemChildren_AndSelf(this, localNameAtom, nsAtom); 2434return new DocumentXPathNodeIterator_ElemChildren_AndSelf(this);
1 reference to DocumentXPathNodeIterator_ElemChildren_AndSelf
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
2428internal DocumentXPathNodeIterator_ElemChildren_AndSelf(DocumentXPathNodeIterator_ElemChildren_AndSelf other) : base(other)