1 interface inheriting from ITransactionVoterBallotAsync2
System.Transactions.Local (1)
_generated\27\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterBallotAsync2.cs (1)
20file 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)
36void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterBallotAsync2.VoteRequestDone(int hr, nint pboidReason) 38var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterBallotAsync2)); 55global::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)
36void 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) 61ppVoterBallot = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterBallotAsync2>.ConvertToManaged(__ppVoterBallot_native); 68global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionVoterBallotAsync2>.Free(__ppVoterBallot_native); 85global::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)
12internal ITransactionVoterBallotAsync2? VoterBallotAsync2 { get; set; }