3 references to RemoveShippedDeletedDiagnosticIdRule
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzer.cs (1)
190RemoveShippedDeletedDiagnosticIdRule,
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzer_ReleaseTracking.cs (1)
435compilationEndContext.ReportNoLocationDiagnostic(RemoveShippedDeletedDiagnosticIdRule, ruleId, version);
Microsoft.CodeAnalysis.Analyzers.UnitTests (1)
MetaAnalyzers\ReleaseTrackingAnalyzerTests.cs (1)
204new DiagnosticResult(DiagnosticDescriptorCreationAnalyzer.RemoveShippedDeletedDiagnosticIdRule).WithArguments("Id1", "1.0"));