3 writes to IsolationLevel
System.Transactions.Local (3)
System\Transactions\Oletx\OletxTransactionManager.cs (2)
399
_configuredTransactionOptions.
IsolationLevel
= _isolationLevelProperty = TransactionManager.DefaultIsolationLevel;
434
properties.
IsolationLevel
= _configuredTransactionOptions.IsolationLevel;
System\Transactions\TransactionState.cs (1)
2180
options.
IsolationLevel
= tx._outcomeSource._isoLevel;
11 references to IsolationLevel
System.Transactions.Local (11)
System\Transactions\CommittableTransaction.cs (1)
26
public CommittableTransaction(TransactionOptions options) : this(options.
IsolationLevel
, options.Timeout)
System\Transactions\Oletx\OletxTransactionManager.cs (4)
429
TransactionManager.ValidateIsolationLevel(properties.
IsolationLevel
);
432
if (IsolationLevel.Unspecified == properties.
IsolationLevel
)
434
properties.IsolationLevel = _configuredTransactionOptions.
IsolationLevel
;
442
OletxTransactionIsolationLevel oletxIsoLevel = ConvertIsolationLevel(properties.
IsolationLevel
);
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
))