public sealed record DiagnosticInfo(string Id, string Message, string FilePath, int Line, int Column, bool IsError) : IEquatable<DiagnosticInfo>
kind:method
kind:property
kind:ctor
DiagnosticInfo(String, String, String, Int32, Int32, Boolean)
Column
FilePath
Id
IsError
Line
Message