5 references to disposedTrueValue
System.Transactions (5)
System\Transactions\CommittableTransaction.cs (2)
174if (Interlocked.Exchange(ref this.disposed, Transaction.disposedTrueValue) == Transaction.disposedTrueValue)
System\Transactions\Transaction.cs (3)
395internal bool Disposed { get { return this.disposed == Transaction.disposedTrueValue; } } 1149if (Interlocked.Exchange(ref this.disposed, Transaction.disposedTrueValue) == Transaction.disposedTrueValue)