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)
25
for (XmlNode n =
_container
.FirstChild; n != null; n = n.NextSibling, i--)
38
for (XmlNode n =
_container
.FirstChild; n != null; n = n.NextSibling)
48
if (
_container
.FirstChild == null)
54
return new XmlChildEnumerator(
_container
);