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