10 references to STATSTGMarshaller
Microsoft.DiaSymReader (10)
_generated\32\Microsoft.DiaSymReader.IUnsafeComStream.cs (7)
19public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::Microsoft.DiaSymReader.STATSTGMarshaller.Native*, int, int> Stat_12; 411var __target = ((delegate* unmanaged[MemberFunction]<void*, global::Microsoft.DiaSymReader.STATSTGMarshaller.Native*, int, int> )__vtable[12]); 414global::Microsoft.DiaSymReader.STATSTGMarshaller.Native __pstatstg_native; 424pstatstg = global::Microsoft.DiaSymReader.STATSTGMarshaller.ConvertToManaged(__pstatstg_native); 429internal static int ABI_Stat(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::Microsoft.DiaSymReader.STATSTGMarshaller.Native* __pstatstg_native__param, int grfStatFlag) 432ref 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))]