1 implementation of Create
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterFactory2.cs (1)
48
void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterFactory2.
Create
(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction pITransaction, global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterNotifyAsync2 pVoterNotify, out global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterBallotAsync2 ppVoterBallot)
2 references to Create
System.Transactions.Local (2)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterFactory2.cs (1)
110
@this.
Create
(pITransaction, pVoterNotify, out ppVoterBallot);
System\Transactions\DtcProxyShim\TransactionShim.cs (1)
35
_shimFactory.VoterFactory.
Create
(Transaction, voterNotifyShim, out ITransactionVoterBallotAsync2 voterBallot);