1 write to _container
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlChildNodes.cs (1)
17_container = container;
4 references to _container
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlChildNodes.cs (4)
25for (XmlNode n = _container.FirstChild; n != null; n = n.NextSibling, i--) 38for (XmlNode n = _container.FirstChild; n != null; n = n.NextSibling) 48if (_container.FirstChild == null) 54return new XmlChildEnumerator(_container);