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