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