2 references to DefaultCallContext
System.Transactions (2)
System\Transactions\Transaction.cs (1)
1605if (currentData.CurrentScope == null && currentData.CurrentTransaction == null && defaultLookup != TxLookup.DefaultCallContext)
System\Transactions\TransactionScope.cs (1)
1040this.AsyncFlowEnabled ? TxLookup.DefaultCallContext : TxLookup.DefaultTLS,