2 references to Allow
Microsoft.CodeAnalysis.Features (2)
Diagnostics\Service\DiagnosticAnalyzerService_GetDiagnosticsForSpan.cs (2)
173
return diagnosticIdFilter.
Allow
(descriptors.Select(d => d.Id));
273
return diagnosticIdFilter.
Allow
(diagnostic.Id);