1 interface inheriting from ITransactionPhase0NotifyAsync
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync.cs (1)
30file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync
1 implementation of ITransactionPhase0NotifyAsync
System.Transactions.Local (1)
System\Transactions\DtcProxyShim\Phase0NotifyShim.cs (1)
11internal sealed partial class Phase0NotifyShim : NotificationShimBase, ITransactionPhase0NotifyAsync
15 references to ITransactionPhase0NotifyAsync
System.Transactions.Local (15)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0Factory.cs (5)
48void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0Factory.Create(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync pITransactionPhase0Notify, out global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0EnlistmentAsync ppITransactionPhase0Enlistment) 63__pITransactionPhase0Notify_native = (void*)global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync>.ConvertToUnmanaged(pITransactionPhase0Notify); 83global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync>.Free(__pITransactionPhase0Notify_native); 95global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync pITransactionPhase0Notify = default; 103pITransactionPhase0Notify = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync>.ConvertToManaged(__pITransactionPhase0Notify_native);
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync.cs (8)
50void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync.Phase0Request(bool fAbortHint) 54var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync)); 77global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync @this = default; 85@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync>(__this_native); 97void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync.EnlistCompleted(int status) 101var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync)); 121global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync @this = default; 127@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync>(__this_native);
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.Phase0NotifyShim.cs (1)
16details = global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync).TypeHandle);
System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionPhase0Factory.cs (1)
14[MarshalAs(UnmanagedType.Interface)] ITransactionPhase0NotifyAsync pITransactionPhase0Notify,