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