1 write to savedCurrentScope
System.Transactions (1)
System\Transactions\TransactionScope.cs (1)
1042out this.savedCurrentScope,
9 references to savedCurrentScope
System.Transactions (9)
System\Transactions\TransactionScope.cs (9)
1061this.interopOption = Transaction.InteropMode(this.savedCurrentScope); 1072if (this.savedCurrentScope == null && this.savedCurrent == null) 1112if (this.savedCurrentScope != null) 1114if (this.savedCurrentScope.AsyncFlowEnabled) 1116this.threadContextData = CallContextCurrentData.CreateOrGetCurrentData(this.savedCurrentScope.ContextKey); 1120if (this.savedCurrentScope.scopeThread != Thread.CurrentThread) 1131CallContextCurrentData.ClearCurrentData(this.savedCurrentScope.ContextKey, false); 1157this.threadContextData.CurrentScope = this.savedCurrentScope; 1375currentInteropOption = Transaction.InteropMode(this.savedCurrentScope);