1 write to container
System.Xml (1)
System\Xml\Dom\XmlChildNodes.cs (1)
14
this.
container
= container;
4 references to container
System.Xml (4)
System\Xml\Dom\XmlChildNodes.cs (4)
21
for (XmlNode n =
container
.FirstChild; n != null; n = n.NextSibling, i--) {
31
for (XmlNode n =
container
.FirstChild; n != null; n = n.NextSibling) {
39
if (
container
.FirstChild == null ) {
43
return new XmlChildEnumerator(
container
);