1 write to IsolationLevel
System.Transactions.Local (1)
System\Transactions\TransactionState.cs (1)
2180
options.
IsolationLevel
= tx._outcomeSource._isoLevel;
7 references to IsolationLevel
System.Transactions.Local (7)
System\Transactions\CommittableTransaction.cs (1)
26
public CommittableTransaction(TransactionOptions options) : this(options.
IsolationLevel
, options.Timeout)
System\Transactions\TransactionScope.cs (6)
199
TransactionManager.ValidateIsolationLevel(transactionOptions.
IsolationLevel
);
213
if ((IsolationLevel.Unspecified != transactionOptions.
IsolationLevel
) && (_expectedCurrent.IsolationLevel != transactionOptions.
IsolationLevel
))
279
TransactionManager.ValidateIsolationLevel(transactionOptions.
IsolationLevel
);
295
if ((IsolationLevel.Unspecified != transactionOptions.
IsolationLevel
) && (_expectedCurrent.IsolationLevel != transactionOptions.
IsolationLevel
))