4 instantiations of OutcomeEnlistment
System.Transactions.Local (4)
System\Transactions\Oletx\OletxTransactionManager.cs (1)
445outcomeEnlistment = new OutcomeEnlistment();
System\Transactions\TransactionInterop.cs (3)
144outcomeEnlistment = new OutcomeEnlistment(); 379outcomeEnlistment = new OutcomeEnlistment(); 521outcomeEnlistment = new OutcomeEnlistment();
12 references to OutcomeEnlistment
System.Transactions.Local (12)
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (3)
221OutcomeEnlistment managedIdentifier, 234OutcomeEnlistment managedIdentifier, 258OutcomeEnlistment managedIdentifier,
System\Transactions\Oletx\OletxTransaction.cs (2)
502private readonly OutcomeEnlistment? _outcomeEnlistment; 621OutcomeEnlistment? outcomeEnlistment,
System\Transactions\Oletx\OletxTransactionManager.cs (4)
175if (enlistment2 is OutcomeEnlistment outcomeEnlistment) 196if (enlistment2 is OutcomeEnlistment outcomeEnlistment) 225if (enlistment2 is OutcomeEnlistment outcomeEnlistment) 427OutcomeEnlistment outcomeEnlistment;
System\Transactions\TransactionInterop.cs (3)
116OutcomeEnlistment? outcomeEnlistment; 338OutcomeEnlistment? outcomeEnlistment = null; 508OutcomeEnlistment outcomeEnlistment;