2 writes to elementIndex
SMDiagnostics (2)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (2)
159++this.elementIndex; 185this.elementIndex = 0;
2 references to elementIndex
SMDiagnostics (2)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (2)
157if ((this.elementIndex + 1) < this.childNodes.Count) 160retval = this.childNodes[this.elementIndex];