1 interface inheriting from ITransactionPhase0NotifyAsync
System.Transactions.Local (1)
_generated\21\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync.cs (1)
21file 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\2\System.Transactions.DtcProxyShim.Phase0NotifyShim.cs (1)
14details = global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync).TypeHandle);
_generated\20\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0Factory.cs (5)
36void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0Factory.Create(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync pITransactionPhase0Notify, out global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0EnlistmentAsync ppITransactionPhase0Enlistment) 49__pITransactionPhase0Notify_native = (void*)global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync>.ConvertToUnmanaged(pITransactionPhase0Notify); 70global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync>.Free(__pITransactionPhase0Notify_native); 79global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync pITransactionPhase0Notify = default; 86pITransactionPhase0Notify = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync>.ConvertToManaged(__pITransactionPhase0Notify_native);
_generated\21\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync.cs (8)
38void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync.Phase0Request(bool fAbortHint) 40var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync)); 60global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync @this = default; 67@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync>(__this_native); 81void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync.EnlistCompleted(int status) 83var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync)); 100global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync @this = default; 105@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionPhase0NotifyAsync>(__this_native);
System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionPhase0Factory.cs (1)
14[MarshalAs(UnmanagedType.Interface)] ITransactionPhase0NotifyAsync pITransactionPhase0Notify,