3 writes to disposed
System.Transactions (3)
System\Transactions\TransactionScope.cs (3)
625
this.
disposed
= true;
857
this.
disposed
= true;
1033
this.
disposed
= false;
2 references to disposed
System.Transactions (2)
System\Transactions\TransactionScope.cs (2)
596
if ( this.
disposed
)
951
if ( this.
disposed
)