1 instantiation of XactoptNative
System.Transactions.Local (1)
System\Transactions\DtcProxyShim\Xactopt.cs (1)
43XactoptNative native = new()
7 references to XactoptNative
System.Transactions.Local (7)
_generated\14\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionOptions.cs (4)
10public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::System.Transactions.DtcProxyShim.Xactopt.Marshaller.XactoptNative, int> SetOptions_3; 41var __target = ((delegate* unmanaged[MemberFunction]<void*, global::System.Transactions.DtcProxyShim.Xactopt.Marshaller.XactoptNative, int> )__vtable[3]); 43global::System.Transactions.DtcProxyShim.Xactopt.Marshaller.XactoptNative __pOptions_native; 58internal static int ABI_SetOptions(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::System.Transactions.DtcProxyShim.Xactopt.Marshaller.XactoptNative __pOptions_native)
System\Transactions\DtcProxyShim\Xactopt.cs (3)
41public static XactoptNative ConvertToUnmanaged(Xactopt managed) 43XactoptNative native = new() 54public static Xactopt ConvertToManaged(XactoptNative unmanaged)