4 references to InteropMode
System.Transactions (4)
System\Transactions\Transaction.cs (2)
243switch (InteropMode(currentScope)) 357if (InteropMode(ContextData.TLSCurrentData.CurrentScope) != EnterpriseServicesInteropOption.None)
System\Transactions\TransactionScope.cs (2)
1061this.interopOption = Transaction.InteropMode(this.savedCurrentScope); 1375currentInteropOption = Transaction.InteropMode(this.savedCurrentScope);