2 writes to index
System.Transactions (2)
System\Transactions\TransactionTable.cs (2)
641
this.
index
= -1;
650
int currentIndex = Interlocked.Increment( ref this.
index
);
2 references to index
System.Transactions (2)
System\Transactions\TransactionTable.cs (2)
694
int transactionCount = this.
index
;
701
Debug.Assert( transactionCount == this.
index
, "Index changed timing out transactions" );