8 references to childNodes
System.Transactions (8)
System\Transactions\Trace\TraceXPathNavigator.cs (8)
50if ((this.elementIndex + 1) < this.childNodes.Count) 53retval = this.childNodes[this.elementIndex]; 79foreach (ElementNode node in this.childNodes) 138this.current.childNodes.Add(node); 211retval = this.current.text != null || this.current.childNodes.Count > 0; 253if (this.current.childNodes.Count > 0) 255this.current = this.current.childNodes[0]; 259else if (this.current.childNodes.Count == 0 && this.current.text != null)