4 references to IsWorkspaceDiagnosticAnalyzer
Microsoft.CodeAnalysis.Features (4)
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
21
=> analyzer is IBuiltInAnalyzer || analyzer.
IsWorkspaceDiagnosticAnalyzer
() || analyzer.IsCompilerAnalyzer();
Diagnostics\Service\DiagnosticAnalyzerService_CompilationWithAnalyzersPair.cs (2)
93
var filteredProjectAnalyzers = projectAnalyzers.WhereAsArray(static a => !a.
IsWorkspaceDiagnosticAnalyzer
());
94
var filteredHostAnalyzers = hostAnalyzers.WhereAsArray(static a => !a.
IsWorkspaceDiagnosticAnalyzer
());
Diagnostics\Service\DiagnosticAnalyzerService_DeprioritizationCandidates.cs (1)
92
analyzer.
IsWorkspaceDiagnosticAnalyzer
() ||