5 references to All
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Service\CodeFixService.cs (1)
84
return DiagnosticIdFilter.
All
;
Diagnostics\IDiagnosticAnalyzerService.cs (1)
146
: DiagnosticIdFilter.
All
;
Diagnostics\Service\DiagnosticAnalyzerService_GetDiagnosticsForSpan.cs (1)
170
if (diagnosticIdFilter != DiagnosticIdFilter.
All
)
Microsoft.CodeAnalysis.Workspaces (2)
Diagnostics\DiagnosticIdFilter.cs (2)
35
/// allowed by this filter. If this is <see cref="
All
"/>, this will always return true. If there are any
41
if (this ==
All
)