Diagnostics\DiagnosticData.cs (7)
101=> new(Id, Category, Message, Severity, DefaultSeverity, IsEnabledByDefault,
125Id == other.Id &&
138Hash.Combine(Id,
148=> $"{Id} {Severity} {Message} {ProjectId} {DataLocation.MappedFileSpan} [original: {DataLocation.UnmappedFileSpan}]";
161Id, Category, Message, Severity, DefaultSeverity,
371=> CustomTags.Contains(WellKnownDiagnosticCustomTags.DoesNotSupportF1Help) ? null : Id;