5 references to DiagnosticIdMustBeInSpecifiedFormatRule
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzer.cs (1)
178
DiagnosticIdMustBeInSpecifiedFormatRule
,
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzer_IdRangeAndCategoryValidation.cs (1)
130
var diagnostic = argument.Value.CreateDiagnostic(
DiagnosticIdMustBeInSpecifiedFormatRule
, arg1, arg2, arg3.ToString(), arg4);
Microsoft.CodeAnalysis.Analyzers.UnitTests (3)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzerTests.cs (2)
4312
/// Creates an expected diagnostic for <inheritdoc cref="DiagnosticDescriptorCreationAnalyzer.
DiagnosticIdMustBeInSpecifiedFormatRule
"/>
4315
new DiagnosticResult(DiagnosticDescriptorCreationAnalyzer.
DiagnosticIdMustBeInSpecifiedFormatRule
)
MetaAnalyzers\ReleaseTrackingAnalyzerTests.cs (1)
991
.Add(DiagnosticDescriptorCreationAnalyzer.
DiagnosticIdMustBeInSpecifiedFormatRule
.Id, ReportDiagnostic.Suppress)