5 writes to _isoLevel
System.Transactions.Local (5)
System\Transactions\Transaction.cs (5)
258_isoLevel = isoLevel; 263_isoLevel = TransactionManager.DefaultIsolationLevel; 281_isoLevel = distributedTransaction.IsolationLevel; 291_isoLevel = isoLevel; 296_isoLevel = TransactionManager.DefaultIsolationLevel;
8 references to _isoLevel
System.Transactions.Local (8)
System\Transactions\Transaction.cs (5)
261if (IsolationLevel.Unspecified == _isoLevel) 294if (IsolationLevel.Unspecified == _isoLevel) 393return _isoLevel; 716Transaction clone = new Transaction(_isoLevel, _internalTransaction); 754_isoLevel, _internalTransaction, cloneOption == DependentCloneOption.BlockCommitUntilComplete);
System\Transactions\TransactionState.cs (3)
2149if (tx._outcomeSource._isoLevel == IsolationLevel.Snapshot) 2180options.IsolationLevel = tx._outcomeSource._isoLevel; 3254if (tx._outcomeSource._isoLevel == IsolationLevel.Snapshot)