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