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