5 references to DiagnosticDescriptor
Microsoft.CodeAnalysis (5)
Diagnostic\CustomObsoleteDiagnosticInfo.cs (1)
94
return new
DiagnosticDescriptor
(
Diagnostic\Diagnostic_SimpleDiagnostic.cs (1)
75
var descriptor = new
DiagnosticDescriptor
(id, title, message,
Diagnostic\DiagnosticDescriptor.cs (2)
106
:
this
(id, title, messageFormat, category, defaultSeverity, isEnabledByDefault, description, helpLinkUri, customTags.AsImmutableOrEmpty())
147
:
this
(id, title, messageFormat, category, defaultSeverity, isEnabledByDefault, description, helpLinkUri, customTags.AsImmutableOrEmpty())
Diagnostic\DiagnosticInfo.cs (1)
92
return new
DiagnosticDescriptor
(id, title, messageFormat, category, defaultSeverity,