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