1 interface inheriting from ITransactionEnlistmentAsync
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync.cs (1)
31file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync
22 references to ITransactionEnlistmentAsync
System.Transactions.Local (22)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.cs (5)
54void global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.Enlist(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction pTransaction, global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionResourceAsync pRes, out global::System.Guid pUOW, out global::System.Transactions.DtcProxyShim.OletxTransactionIsolationLevel pisoLevel, out global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync ppEnlist) 86ppEnlist = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync>.ConvertToManaged(__ppEnlist_native); 93global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync>.Free(__ppEnlist_native); 116global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync ppEnlist = default; 127__ppEnlist_native = (void*)global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync>.ConvertToUnmanaged(ppEnlist);
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync.cs (12)
52void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync.PrepareRequestDone(int hr, nint pmk, nint pboidReason) 56var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync)); 76global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync @this = default; 82@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync>(__this_native); 94void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync.CommitRequestDone(int hr) 98var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync)); 118global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync @this = default; 124@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync>(__this_native); 136void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync.AbortRequestDone(int hr) 140var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync)); 160global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync @this = default; 166@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync>(__this_native);
System\Transactions\DtcProxyShim\DtcInterfaces\IResourceManager.cs (1)
18[MarshalAs(UnmanagedType.Interface)] out ITransactionEnlistmentAsync ppEnlist);
System\Transactions\DtcProxyShim\EnlistmentNotifyShim.cs (2)
15internal ITransactionEnlistmentAsync? EnlistmentAsync; 38ITransactionEnlistmentAsync? pEnlistmentAsync = Interlocked.Exchange(ref EnlistmentAsync, null);
System\Transactions\DtcProxyShim\EnlistmentShim.cs (1)
13internal ITransactionEnlistmentAsync? EnlistmentAsync { get; set; }
System\Transactions\DtcProxyShim\ResourceManagerShim.cs (1)
29ResourceManager!.Enlist(transaction, pEnlistmentNotifyShim, out Guid txUow, out OletxTransactionIsolationLevel isoLevel, out ITransactionEnlistmentAsync pEnlistmentAsync);