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