4 references to SupportedDiagnosticIds
Microsoft.CodeAnalysis.EditorFeatures (2)
Suggestions\SuggestedActionPriorityProvider.cs (2)
35lowPriorityAnalyzersAndDiagnosticIds.SupportedDiagnosticIds.Add(supportedDiagnostic.Id); 45if (lowPriorityAnalyzersAndDiagnosticIds.SupportedDiagnosticIds.Contains(diagnosticId))
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
CodeFixes\CodeFixServiceTests.cs (2)
1086Assert.Equal(analyzer.SupportedDiagnostics.Select(d => d.Id), lowPriorityAnalyzerData.SupportedDiagnosticIds); 1093Assert.Empty(lowPriorityAnalyzerData.SupportedDiagnosticIds);