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