1 type derived from DocumentXPathNodeIterator_AllElemChildren
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
2299
internal sealed class DocumentXPathNodeIterator_AllElemChildren_AndSelf :
DocumentXPathNodeIterator_AllElemChildren
2 instantiations of DocumentXPathNodeIterator_AllElemChildren
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (2)
1502
return new
DocumentXPathNodeIterator_AllElemChildren
(this);
2289
return new
DocumentXPathNodeIterator_AllElemChildren
(this);
1 reference to DocumentXPathNodeIterator_AllElemChildren
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
2283
internal DocumentXPathNodeIterator_AllElemChildren(
DocumentXPathNodeIterator_AllElemChildren
other) : base(other)