3 references to _configuredTransactionOptions
System.Transactions.Local (3)
System\Transactions\Oletx\OletxTransactionManager.cs (3)
399
_configuredTransactionOptions
.IsolationLevel = _isolationLevelProperty = TransactionManager.DefaultIsolationLevel;
400
_configuredTransactionOptions
.Timeout = _timeoutProperty = TransactionManager.DefaultTimeout;
434
properties.IsolationLevel =
_configuredTransactionOptions
.IsolationLevel;