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