1 write to _lowPriorityAnalyzerSupportedDiagnosticIds
Microsoft.CodeAnalysis.Features (1)
CodeFixesAndRefactorings\CodeActionRequestPriorityProvider.cs (1)
126
_lowPriorityAnalyzerSupportedDiagnosticIds
??= [];
3 references to _lowPriorityAnalyzerSupportedDiagnosticIds
Microsoft.CodeAnalysis.Features (3)
CodeFixesAndRefactorings\CodeActionRequestPriorityProvider.cs (3)
131
_lowPriorityAnalyzerSupportedDiagnosticIds
.Add(supportedDiagnostic.Id);
139
if (
_lowPriorityAnalyzerSupportedDiagnosticIds
== null)
144
if (
_lowPriorityAnalyzerSupportedDiagnosticIds
.Contains(diagnosticId))