4 references to InteropMode
System.Transactions.Local (4)
System\Transactions\Transaction.cs (2)
87switch (InteropMode(currentScope)) 191if (InteropMode(ContextData.TLSCurrentData.CurrentScope) != EnterpriseServicesInteropOption.None)
System\Transactions\TransactionScope.cs (2)
930_interopOption = Transaction.InteropMode(_savedCurrentScope); 1151currentInteropOption = Transaction.InteropMode(_savedCurrentScope);