3 references to IsWorkspaceDiagnosticAnalyzer
Microsoft.CodeAnalysis.Features (3)
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
21=> analyzer is IBuiltInAnalyzer || analyzer.IsWorkspaceDiagnosticAnalyzer() || analyzer.IsCompilerAnalyzer();
Diagnostics\Service\DiagnosticAnalyzerService_CompilationWithAnalyzersPair.cs (1)
88analyzers = analyzers.WhereAsArray(static a => !a.IsWorkspaceDiagnosticAnalyzer()).Distinct();
Diagnostics\Service\DiagnosticAnalyzerService_DeprioritizationCandidates.cs (1)
92analyzer.IsWorkspaceDiagnosticAnalyzer() ||