1 implementation of GetCompilerInfo
Microsoft.DiaSymReader (1)
_generated\27\Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoReader.cs (1)
37int global::Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoReader.GetCompilerInfo(out ushort major, out ushort minor, out ushort build, out ushort revision, int bufferLength, out int count, char[] name)
3 references to GetCompilerInfo
Microsoft.DiaSymReader (3)
_generated\27\Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoReader.cs (1)
91__retVal = @this.GetCompilerInfo(out major, out minor, out build, out revision, bufferLength, out count, name);
Extensions\SymUnmanagedExtensions.Reader.cs (2)
186ThrowExceptionForHR(reader.GetCompilerInfo(out var _, out var _, out var _, out var _, bufferLength: 0, out var bufferLength, name: null)); 195ThrowExceptionForHR(reader.GetCompilerInfo(out var major, out var minor, out var build, out var revision, bufferLength, out var actualLength, nameBuffer));