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