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; 434properties.IsolationLevel = _configuredTransactionOptions.IsolationLevel;