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