2 references to GetCachedDeprioritizedDiagnosticIdsAsync
Microsoft.CodeAnalysis.Features (2)
Diagnostics\Service\DiagnosticAnalyzerService_DeprioritizationCandidates.cs (1)
36return await GetCachedDeprioritizedDiagnosticIdsAsync(analyzer, cancellationToken).ConfigureAwait(false) != null;
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
152var set = await GetCachedDeprioritizedDiagnosticIdsAsync(analyzer, CancellationToken.None).ConfigureAwait(false);