1 write to Disposed
System.Transactions.Local (1)
System\Transactions\Oletx\OletxTransaction.cs (1)
204int localDisposed = Interlocked.CompareExchange(ref Disposed, 1, 0);
8 references to Disposed
System.Transactions.Local (8)
System\Transactions\Oletx\OletxCommittableTransaction.cs (1)
45Debug.Assert(0 == Disposed, "OletxTransction object is disposed");
System\Transactions\Oletx\OletxDependentTransaction.cs (1)
41Debug.Assert(Disposed == 0, "OletxTransction object is disposed");
System\Transactions\Oletx\OletxTransaction.cs (6)
242Debug.Assert(Disposed == 0, "OletxTransction object is disposed"); 263Debug.Assert(Disposed == 0, "OletxTransction object is disposed"); 294Debug.Assert(Disposed == 0, "OletxTransction object is disposed"); 329Debug.Assert(Disposed == 0, "OletxTransction object is disposed"); 371Debug.Assert(Disposed == 0, "OletxTransction object is disposed"); 448Debug.Assert(Disposed == 0, "OletxTransction object is disposed");