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