3 writes to attributeIndex
SMDiagnostics (3)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (3)
167this.attributeIndex = 0; 176++this.attributeIndex; 184this.attributeIndex = 0;
2 references to attributeIndex
SMDiagnostics (2)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (2)
174if ((this.attributeIndex + 1) < this.attributes.Count) 207return this.attributes[this.attributeIndex];