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); 139if (_lowPriorityAnalyzerSupportedDiagnosticIds == null) 144if (_lowPriorityAnalyzerSupportedDiagnosticIds.Contains(diagnosticId))