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