2 writes to _tableBucket
System.Transactions.Local (2)
System\Transactions\TransactionTable.cs (2)
379tx._tableBucket = null; 623tx._tableBucket = this;
2 references to _tableBucket
System.Transactions.Local (2)
System\Transactions\TransactionTable.cs (2)
377Debug.Assert(tx._tableBucket != null); 378tx._tableBucket.Remove(tx);