3 writes to attributeIndex
System.Transactions (3)
System\Transactions\Trace\TraceXPathNavigator.cs (3)
60this.attributeIndex = 0; 69++this.attributeIndex; 77this.attributeIndex = 0;
2 references to attributeIndex
System.Transactions (2)
System\Transactions\Trace\TraceXPathNavigator.cs (2)
67if ((this.attributeIndex + 1) < this.attributes.Count) 89return this.attributes[this.attributeIndex];