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