3 instantiations of STATSTG
Microsoft.DiaSymReader (3)
Utilities\ComMemoryStream.cs (1)
208
pstatstg = new
STATSTG
()
Utilities\ComStreamWrapper.cs (1)
179
pstatstg = new
STATSTG
()
Utilities\IUnsafeComStream.cs (1)
89
return
new
()
11 references to STATSTG
Microsoft.DiaSymReader (11)
_generated\32\Microsoft.DiaSymReader.IUnsafeComStream.cs (2)
408
void global::Microsoft.DiaSymReader.IUnsafeComStream.Stat(out global::Microsoft.DiaSymReader.
STATSTG
pstatstg, int grfStatFlag)
433
global::Microsoft.DiaSymReader.
STATSTG
pstatstg = default;
Utilities\ComMemoryStream.cs (1)
206
void IUnsafeComStream.Stat(out
STATSTG
pstatstg, int grfStatFlag)
Utilities\ComStreamWrapper.cs (1)
177
public void Stat(out
STATSTG
pstatstg, int grfStatFlag)
Utilities\IUnsafeComStream.cs (5)
40
void Stat(out
STATSTG
pstatstg, int grfStatFlag);
61
[CustomMarshaller(typeof(
STATSTG
), MarshalMode.ManagedToUnmanagedOut, typeof(STATSTGMarshaller))]
62
[CustomMarshaller(typeof(
STATSTG
), MarshalMode.UnmanagedToManagedOut, typeof(STATSTGMarshaller))]
80
public static
STATSTG
ConvertToManaged(Native n)
105
public static Native ConvertToUnmanaged(
STATSTG
n) => new ()
Utilities\UnsafeComStreamWrapper.cs (2)
56
public void Stat(out
STATSTG
pstatstg, int grfStatFlag) => _stream.Stat(out pstatstg, grfStatFlag);
88
_stream.Stat(out
var
unsafeSTASTG, grfStatFlag);