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