3 references to XmlChildEnumerator
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlChildNodes.cs (1)
54return new XmlChildEnumerator(_container);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNode.cs (2)
878return new XmlChildEnumerator(this); 883return new XmlChildEnumerator(this);