1 interface inheriting from ITransactionPhase0EnlistmentAsync
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0EnlistmentAsync.cs (1)
33
file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
28 references to ITransactionPhase0EnlistmentAsync
System.Transactions.Local (28)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0EnlistmentAsync.cs (20)
56
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
.Enable()
60
var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
));
80
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
@this = default;
86
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
>(__this_native);
98
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
.WaitForEnlistment()
102
var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
));
122
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
@this = default;
128
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
>(__this_native);
140
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
.Phase0Done()
144
var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
));
164
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
@this = default;
170
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
>(__this_native);
182
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
.Unenlist()
186
var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
));
206
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
@this = default;
212
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
>(__this_native);
224
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
.GetTransaction(out global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction ppITransaction)
228
var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
));
265
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
@this = default;
273
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
>(__this_native);
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0Factory.cs (5)
48
void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0Factory.Create(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync pITransactionPhase0Notify, out global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
ppITransactionPhase0Enlistment)
73
ppITransactionPhase0Enlistment = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
>.ConvertToManaged(__ppITransactionPhase0Enlistment_native);
80
global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
>.Free(__ppITransactionPhase0Enlistment_native);
97
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
ppITransactionPhase0Enlistment = default;
107
__ppITransactionPhase0Enlistment_native = (void*)global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionPhase0EnlistmentAsync
>.ConvertToUnmanaged(ppITransactionPhase0Enlistment);
System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionPhase0Factory.cs (1)
15
[MarshalAs(UnmanagedType.Interface)] out
ITransactionPhase0EnlistmentAsync
ppITransactionPhase0Enlistment);
System\Transactions\DtcProxyShim\Phase0Shim.cs (1)
13
internal
ITransactionPhase0EnlistmentAsync
? Phase0EnlistmentAsync { get; set; }
System\Transactions\DtcProxyShim\TransactionShim.cs (1)
92
phase0Factory.Create(phase0NotifyShim, out
ITransactionPhase0EnlistmentAsync
phase0Async);