12 references to NativeSTATSTG
Microsoft.DiaSymReader (12)
_generated\32\Microsoft.DiaSymReader.IUnsafeComStream.cs (7)
19public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::Microsoft.DiaSymReader.NativeSTATSTG*, int, int> Stat_12; 408void global::Microsoft.DiaSymReader.IUnsafeComStream.Stat(ref global::Microsoft.DiaSymReader.NativeSTATSTG pstatstg, int grfStatFlag) 411var __target = ((delegate* unmanaged[MemberFunction]<void*, global::Microsoft.DiaSymReader.NativeSTATSTG*, int, int> )__vtable[12]); 415fixed (global::Microsoft.DiaSymReader.NativeSTATSTG* __pstatstg_native = &pstatstg) 427internal static int ABI_Stat(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::Microsoft.DiaSymReader.NativeSTATSTG* __pstatstg_native__param, int grfStatFlag) 430ref global::Microsoft.DiaSymReader.NativeSTATSTG __pstatstg_native = ref *__pstatstg_native__param; 431global::Microsoft.DiaSymReader.NativeSTATSTG pstatstg = default;
Utilities\ComMemoryStream.cs (1)
206void IUnsafeComStream.Stat(ref NativeSTATSTG pstatstg, int grfStatFlag)
Utilities\ComStreamWrapper.cs (1)
177public void Stat(ref NativeSTATSTG pstatstg, int grfStatFlag)
Utilities\IUnsafeComStream.cs (1)
36void Stat(ref NativeSTATSTG pstatstg, int grfStatFlag);
Utilities\UnsafeComStreamWrapper.cs (2)
57public unsafe void Stat(ref NativeSTATSTG pstatstg, int grfStatFlag) => _stream.Stat(ref pstatstg, grfStatFlag); 89NativeSTATSTG nativeStat = default;