5 references to DoNotUseReservedDiagnosticIdRule
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzer.cs (2)
186
DoNotUseReservedDiagnosticIdRule
,
1252
operationAnalysisContext.ReportDiagnostic(argument.Value.Syntax.CreateDiagnostic(
DoNotUseReservedDiagnosticIdRule
, ruleId));
Microsoft.CodeAnalysis.Analyzers.UnitTests (3)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzerTests.cs (2)
4553
/// Creates an expected diagnostic for <inheritdoc cref="DiagnosticDescriptorCreationAnalyzer.
DoNotUseReservedDiagnosticIdRule
"/>
4556
new DiagnosticResult(DiagnosticDescriptorCreationAnalyzer.
DoNotUseReservedDiagnosticIdRule
)
MetaAnalyzers\ReleaseTrackingAnalyzerTests.cs (1)
1017
.Add(DiagnosticDescriptorCreationAnalyzer.
DoNotUseReservedDiagnosticIdRule
.Id, ReportDiagnostic.Suppress)