4 writes to complete
System.Transactions (4)
System\Transactions\DependentTransaction.cs (1)
65this.complete = true;
System\Transactions\TransactionState.cs (3)
1885tx.committableTransaction.complete = true; 3367tx.committableTransaction.complete = true; 4583tx.committableTransaction.complete = true;
14 references to complete
System.Transactions (14)
System\Transactions\CommittableTransaction.cs (2)
91if (this.complete) 135if (this.complete)
System\Transactions\DependentTransaction.cs (1)
60if (this.complete)
System\Transactions\Transaction.cs (10)
722if (this.complete) 780if (this.complete) 905if (this.complete) 956if (this.complete) 995if (this.complete) 1053if (this.complete) 1196if (this.complete) 1289if (this.complete) 1350if (this.complete) 1396if (this.complete)
System\Transactions\TransactionInterop.cs (1)
55if ( transaction.complete )