1 write to disposed
System.Transactions (1)
System\Transactions\Oletx\OleTxTransaction.cs (1)
231int localDisposed = Interlocked.CompareExchange( ref this.disposed, 1, 0 );
8 references to disposed
System.Transactions (8)
System\Transactions\Oletx\OletxCommittableTransaction.cs (1)
68Debug.Assert( ( 0 == this.disposed ), "OletxTransction object is disposed" );
System\Transactions\Oletx\OletxDependentTransaction.cs (1)
51Debug.Assert( ( 0 == this.disposed ), "OletxTransction object is disposed" );
System\Transactions\Oletx\OleTxTransaction.cs (6)
276Debug.Assert( ( 0 == this.disposed ), "OletxTransction object is disposed" ); 301Debug.Assert( ( 0 == this.disposed ), "OletxTransction object is disposed" ); 337Debug.Assert( ( 0 == this.disposed ), "OletxTransction object is disposed" ); 374Debug.Assert( ( 0 == this.disposed ), "OletxTransction object is disposed" ); 419Debug.Assert( ( 0 == this.disposed ), "OletxTransction object is disposed" ); 500Debug.Assert( ( 0 == this.disposed ), "OletxTransction object is disposed" );