20 references to Disposed
System.Transactions.Local (20)
System\Transactions\CommittableTransaction.cs (2)
55
ObjectDisposedException.ThrowIf(
Disposed
, this);
89
ObjectDisposedException.ThrowIf(
Disposed
, this);
System\Transactions\DependentTransaction.cs (1)
42
ObjectDisposedException.ThrowIf(
Disposed
, this);
System\Transactions\Transaction.cs (16)
355
ObjectDisposedException.ThrowIf(
Disposed
, this);
387
ObjectDisposedException.ThrowIf(
Disposed
, this);
419
ObjectDisposedException.ThrowIf(
Disposed
, this);
455
ObjectDisposedException.ThrowIf(
Disposed
, this);
481
ObjectDisposedException.ThrowIf(
Disposed
, this);
529
ObjectDisposedException.ThrowIf(
Disposed
, this);
572
ObjectDisposedException.ThrowIf(
Disposed
, this);
596
ObjectDisposedException.ThrowIf(
Disposed
, this);
621
ObjectDisposedException.ThrowIf(
Disposed
, this);
660
ObjectDisposedException.ThrowIf(
Disposed
, this);
698
ObjectDisposedException.ThrowIf(
Disposed
, this);
746
ObjectDisposedException.ThrowIf(
Disposed
, this);
793
ObjectDisposedException.ThrowIf(
Disposed
, this);
901
ObjectDisposedException.ThrowIf(
Disposed
, this);
942
ObjectDisposedException.ThrowIf(
Disposed
, this);
986
ObjectDisposedException.ThrowIf(
Disposed
, this);
System\Transactions\TransactionInteropNonWindows.cs (1)
15
ObjectDisposedException.ThrowIf(transaction.
Disposed
, transaction);