9 references to Marshaller
System.Transactions.Local (9)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionOptions.cs (6)
10
public unsafe delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::System.Transactions.DtcProxyShim.Xactopt.
Marshaller
.XactoptNative, int> SetOptions_3;
55
var __target = ((delegate* unmanaged[MemberFunction]<void*, global::System.Transactions.DtcProxyShim.Xactopt.
Marshaller
.XactoptNative, int>)__vtable[3]);
57
global::System.Transactions.DtcProxyShim.Xactopt.
Marshaller
.XactoptNative __pOptions_native;
60
__pOptions_native = global::System.Transactions.DtcProxyShim.Xactopt.
Marshaller
.ConvertToUnmanaged(pOptions);
73
internal static unsafe int ABI_SetOptions(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::System.Transactions.DtcProxyShim.Xactopt.
Marshaller
.XactoptNative __pOptions_native)
84
pOptions = global::System.Transactions.DtcProxyShim.Xactopt.
Marshaller
.ConvertToManaged(__pOptions_native);
System\Transactions\DtcProxyShim\Xactopt.cs (3)
12
[NativeMarshalling(typeof(
Marshaller
))]
24
[CustomMarshaller(typeof(Xactopt), MarshalMode.ManagedToUnmanagedIn, typeof(
Marshaller
))]
25
[CustomMarshaller(typeof(Xactopt), MarshalMode.UnmanagedToManagedIn, typeof(
Marshaller
))]