5 writes to CurrentScope
System.Transactions.Local (5)
System\Transactions\Transaction.cs (1)
1146
t_staticData.
CurrentScope
= null;
System\Transactions\TransactionScope.cs (4)
957
_threadContextData.
CurrentScope
= this;
1028
_threadContextData.
CurrentScope
= _savedCurrentScope;
1076
_savedTLSContextData.
CurrentScope
= ContextData.TLSCurrentData.CurrentScope;
1086
ContextData.TLSCurrentData.
CurrentScope
= _savedTLSContextData.CurrentScope;
7 references to CurrentScope
System.Transactions.Local (7)
System\Transactions\Transaction.cs (3)
146
currentScope = contextData.
CurrentScope
;
191
if (InteropMode(ContextData.TLSCurrentData.
CurrentScope
) != EnterpriseServicesInteropOption.None)
1163
if (currentData.
CurrentScope
== null && currentData.CurrentTransaction == null && defaultLookup != TxLookup.DefaultCallContext)
System\Transactions\TransactionScope.cs (4)
544
TransactionScope? actualCurrentScope = _threadContextData.
CurrentScope
;
656
actualCurrentScope = _threadContextData.
CurrentScope
;
1076
_savedTLSContextData.CurrentScope = ContextData.TLSCurrentData.
CurrentScope
;
1086
ContextData.TLSCurrentData.CurrentScope = _savedTLSContextData.
CurrentScope
;