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)
261
if (IsolationLevel.Unspecified ==
_isoLevel
)
294
if (IsolationLevel.Unspecified ==
_isoLevel
)
393
return
_isoLevel
;
716
Transaction clone = new Transaction(
_isoLevel
, _internalTransaction);
754
_isoLevel
, _internalTransaction, cloneOption == DependentCloneOption.BlockCommitUntilComplete);
System\Transactions\TransactionState.cs (3)
2149
if (tx._outcomeSource.
_isoLevel
== IsolationLevel.Snapshot)
2180
options.IsolationLevel = tx._outcomeSource.
_isoLevel
;
3254
if (tx._outcomeSource.
_isoLevel
== IsolationLevel.Snapshot)