3 writes to _outcomeSource
System.Transactions.Local (3)
System\Transactions\InternalTransaction.cs (3)
245_outcomeSource = committableTransaction; 259_outcomeSource = outcomeSource; 277_outcomeSource = outcomeSource;
12 references to _outcomeSource
System.Transactions.Local (12)
System\Transactions\InternalTransaction.cs (1)
373args._transaction = _outcomeSource.InternalClone();
System\Transactions\TransactionState.cs (11)
1357args._transaction = tx._outcomeSource.InternalClone(); 2149if (tx._outcomeSource._isoLevel == IsolationLevel.Snapshot) 2180options.IsolationLevel = tx._outcomeSource._isoLevel; 2186distributedTx.SavedLtmPromotedTransaction = tx._outcomeSource; 2227WeakReference weakRef = new WeakReference(tx._outcomeSource, false); 2230TransactionManager.FireDistributedTransactionStarted(tx._outcomeSource); 2855args._transaction = tx._outcomeSource.InternalClone(); 3254if (tx._outcomeSource._isoLevel == IsolationLevel.Snapshot) 3325WeakReference weakRef = new WeakReference(tx._outcomeSource, false); 3328TransactionManager.FireDistributedTransactionStarted(tx._outcomeSource); 3965args._transaction = tx._outcomeSource.InternalClone();