1 instantiation of Native
Microsoft.DiaSymReader (1)
Utilities\IUnsafeComStream.cs (1)
105public static Native ConvertToUnmanaged(STATSTG n) => new ()
7 references to Native
Microsoft.DiaSymReader (7)
_generated\32\Microsoft.DiaSymReader.IUnsafeComStream.cs (5)
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; 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;
Utilities\IUnsafeComStream.cs (2)
80public static STATSTG ConvertToManaged(Native n) 105public static Native ConvertToUnmanaged(STATSTG n) => new ()