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