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