5 writes to CurrentScope
System.Transactions (5)
System\Transactions\Transaction.cs (1)
1588
staticData.
CurrentScope
= null;
System\Transactions\TransactionScope.cs (4)
1087
this.threadContextData.
CurrentScope
= this;
1157
this.threadContextData.
CurrentScope
= this.savedCurrentScope;
1210
this.savedTLSContextData.
CurrentScope
= ContextData.TLSCurrentData.CurrentScope;
1220
ContextData.TLSCurrentData.
CurrentScope
= this.savedTLSContextData.CurrentScope;
7 references to CurrentScope
System.Transactions (7)
System\Transactions\Transaction.cs (3)
305
currentScope = contextData.
CurrentScope
;
357
if (InteropMode(ContextData.TLSCurrentData.
CurrentScope
) != EnterpriseServicesInteropOption.None)
1605
if (currentData.
CurrentScope
== null && currentData.CurrentTransaction == null && defaultLookup != TxLookup.DefaultCallContext)
System\Transactions\TransactionScope.cs (4)
632
TransactionScope actualCurrentScope = this.threadContextData.
CurrentScope
;
753
actualCurrentScope = this.threadContextData.
CurrentScope
;
1210
this.savedTLSContextData.CurrentScope = ContextData.TLSCurrentData.
CurrentScope
;
1220
ContextData.TLSCurrentData.CurrentScope = this.savedTLSContextData.
CurrentScope
;