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