2 instantiations of Xactopt
System.Transactions.Local (2)
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (1)
181var xactopt = new Xactopt(timeout, string.Empty);
System\Transactions\DtcProxyShim\Xactopt.cs (1)
55=> new(unmanaged.UlTimeout, Encoding.ASCII.GetString(unmanaged.SzDescription));
14 references to Xactopt
System.Transactions.Local (14)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionOptions.cs (8)
10public unsafe delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::System.Transactions.DtcProxyShim.Xactopt.Marshaller.XactoptNative, int> SetOptions_3; 50void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionOptions.SetOptions(global::System.Transactions.DtcProxyShim.Xactopt pOptions) 55var __target = ((delegate* unmanaged[MemberFunction]<void*, global::System.Transactions.DtcProxyShim.Xactopt.Marshaller.XactoptNative, int>)__vtable[3]); 57global::System.Transactions.DtcProxyShim.Xactopt.Marshaller.XactoptNative __pOptions_native; 60__pOptions_native = global::System.Transactions.DtcProxyShim.Xactopt.Marshaller.ConvertToUnmanaged(pOptions); 73internal static unsafe int ABI_SetOptions(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::System.Transactions.DtcProxyShim.Xactopt.Marshaller.XactoptNative __pOptions_native) 78global::System.Transactions.DtcProxyShim.Xactopt pOptions = default; 84pOptions = global::System.Transactions.DtcProxyShim.Xactopt.Marshaller.ConvertToManaged(__pOptions_native);
System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionOptions.cs (1)
13void SetOptions(Xactopt pOptions);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (1)
181var xactopt = new Xactopt(timeout, string.Empty);
System\Transactions\DtcProxyShim\Xactopt.cs (4)
24[CustomMarshaller(typeof(Xactopt), MarshalMode.ManagedToUnmanagedIn, typeof(Marshaller))] 25[CustomMarshaller(typeof(Xactopt), MarshalMode.UnmanagedToManagedIn, typeof(Marshaller))] 41public static XactoptNative ConvertToUnmanaged(Xactopt managed) 54public static Xactopt ConvertToManaged(XactoptNative unmanaged)