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