2 implementations of PrepareRequest
System.Transactions.Local (2)
_generated\24\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionResourceAsync.cs (1)
42void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionResourceAsync.PrepareRequest(bool fRetaining, global::System.Transactions.DtcProxyShim.OletxXactRm grfRM, bool fWantMoniker, bool fSinglePhase)
System\Transactions\DtcProxyShim\EnlistmentNotifyShim.cs (1)
36public void PrepareRequest(bool fRetaining, OletxXactRm grfRM, bool fWantMoniker, bool fSinglePhase)
1 reference to PrepareRequest
System.Transactions.Local (1)
_generated\24\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionResourceAsync.cs (1)
80@this.PrepareRequest(fRetaining, grfRM, fWantMoniker, fSinglePhase);