5 writes to complete
System.Transactions (5)
System\Transactions\TransactionScope.cs (5)
743
actualCurrentScope.
complete
= false;
757
this.
complete
= false;
823
this.
complete
= false;
961
this.
complete
= true;
1031
this.
complete
= false;
4 references to complete
System.Transactions (4)
System\Transactions\TransactionScope.cs (4)
883
if ( !this.
complete
)
956
if ( this.
complete
)
994
if ( ( !this.
complete
) && ( null != this.expectedCurrent ) )
1391
return this.
complete
;