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