10 references to STATSTGMarshaller
Microsoft.DiaSymReader (10)
_generated\32\Microsoft.DiaSymReader.IUnsafeComStream.cs (7)
19
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::Microsoft.DiaSymReader.
STATSTGMarshaller
.Native*, int, int> Stat_12;
411
var __target = ((delegate* unmanaged[MemberFunction]<void*, global::Microsoft.DiaSymReader.
STATSTGMarshaller
.Native*, int, int> )__vtable[12]);
414
global::Microsoft.DiaSymReader.
STATSTGMarshaller
.Native __pstatstg_native;
424
pstatstg = global::Microsoft.DiaSymReader.
STATSTGMarshaller
.ConvertToManaged(__pstatstg_native);
429
internal static int ABI_Stat(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::Microsoft.DiaSymReader.
STATSTGMarshaller
.Native* __pstatstg_native__param, int grfStatFlag)
432
ref global::Microsoft.DiaSymReader.
STATSTGMarshaller
.Native __pstatstg_native = ref *__pstatstg_native__param;
443
__pstatstg_native = global::Microsoft.DiaSymReader.
STATSTGMarshaller
.ConvertToUnmanaged(pstatstg);
Utilities\IUnsafeComStream.cs (3)
45
[NativeMarshalling(typeof(
STATSTGMarshaller
))]
61
[CustomMarshaller(typeof(STATSTG), MarshalMode.ManagedToUnmanagedOut, typeof(
STATSTGMarshaller
))]
62
[CustomMarshaller(typeof(STATSTG), MarshalMode.UnmanagedToManagedOut, typeof(
STATSTGMarshaller
))]