1 write to _savedCurrentScope
System.Transactions.Local (1)
System\Transactions\TransactionScope.cs (1)
912out _savedCurrentScope,
10 references to _savedCurrentScope
System.Transactions.Local (10)
System\Transactions\TransactionScope.cs (10)
930_interopOption = Transaction.InteropMode(_savedCurrentScope); 942if (_savedCurrentScope == null && _savedCurrent == null) 981if (_savedCurrentScope != null) 983if (_savedCurrentScope.AsyncFlowEnabled) 985Debug.Assert(_savedCurrentScope.ContextKey != null); 986_threadContextData = CallContextCurrentData.CreateOrGetCurrentData(_savedCurrentScope.ContextKey); 990if (_savedCurrentScope._scopeThread != Thread.CurrentThread) 1001CallContextCurrentData.ClearCurrentData(_savedCurrentScope.ContextKey, false); 1028_threadContextData.CurrentScope = _savedCurrentScope; 1151currentInteropOption = Transaction.InteropMode(_savedCurrentScope);