1 interface inheriting from ITransactionVoterBallotAsync2
System.Transactions.Local (1)
_generated\27\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterBallotAsync2.cs (1)
20
file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionVoterBallotAsync2
12 references to ITransactionVoterBallotAsync2
System.Transactions.Local (12)
_generated\27\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterBallotAsync2.cs (4)
36
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionVoterBallotAsync2
.VoteRequestDone(int hr, nint pboidReason)
38
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionVoterBallotAsync2
));
55
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionVoterBallotAsync2
@this = default;
60
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionVoterBallotAsync2
>(__this_native);
_generated\28\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterFactory2.cs (5)
36
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)
61
ppVoterBallot = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionVoterBallotAsync2
>.ConvertToManaged(__ppVoterBallot_native);
68
global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionVoterBallotAsync2
>.Free(__ppVoterBallot_native);
85
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionVoterBallotAsync2
ppVoterBallot = default;
97
__ppVoterBallot_native = (void*)global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionVoterBallotAsync2
>.ConvertToUnmanaged(ppVoterBallot);
System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionVoterFactory2.cs (1)
16
[MarshalAs(UnmanagedType.Interface)] out
ITransactionVoterBallotAsync2
ppVoterBallot);
System\Transactions\DtcProxyShim\TransactionShim.cs (1)
35
_shimFactory.VoterFactory.Create(Transaction, voterNotifyShim, out
ITransactionVoterBallotAsync2
voterBallot);
System\Transactions\DtcProxyShim\VoterShim.cs (1)
12
internal
ITransactionVoterBallotAsync2
? VoterBallotAsync2 { get; set; }