19 references to IsCompilerAnalyzer
Microsoft.CodeAnalysis.Features (16)
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
21=> analyzer is IBuiltInAnalyzer || analyzer.IsWorkspaceDiagnosticAnalyzer() || analyzer.IsCompilerAnalyzer();
Diagnostics\Options\SolutionCrawlerOptionsStorage.cs (1)
63if (analyzer.IsCompilerAnalyzer())
Diagnostics\Service\DiagnosticAnalyzerService.HostAnalyzerInfo.cs (1)
59if (state.IsCompilerAnalyzer())
Diagnostics\Service\DiagnosticAnalyzerService.IncrementalMemberEditAnalyzer.cs (2)
94if (!compilerAnalyzerData.HasValue && analyzer.IsCompilerAnalyzer()) 101if (!compilerAnalyzerData.HasValue && analyzer.IsCompilerAnalyzer())
Diagnostics\Service\DiagnosticAnalyzerService_DeprioritizationCandidates.cs (1)
93analyzer.IsCompilerAnalyzer())
Diagnostics\Service\DiagnosticAnalyzerService_ForceCodeAnalysisDiagnostics.cs (1)
57analyzer.IsCompilerAnalyzer())
Diagnostics\Service\DiagnosticAnalyzerService_GetDiagnosticsForSpan.cs (2)
104var isCompilerAnalyzer = analyzer.IsCompilerAnalyzer(); 199if (analyzer.IsCompilerAnalyzer())
Diagnostics\Service\DiagnosticAnalyzerService_ProduceProjectDiagnostics.cs (1)
32if (analyzer.IsCompilerAnalyzer())
Diagnostics\Service\DiagnosticAnalyzerService_RemoteOrLocalDispatcher.cs (1)
93if (analyzer.IsCompilerAnalyzer())
Diagnostics\Service\DocumentAnalysisExecutor.cs (2)
103var isCompilerAnalyzer = analyzer.IsCompilerAnalyzer(); 168Contract.ThrowIfFalse(analyzer.IsCompilerAnalyzer());
Diagnostics\Service\DocumentAnalysisExecutor_Helpers.cs (1)
59if (analyzer.IsCompilerAnalyzer())
src\Analyzers\Core\Analyzers\RemoveUnnecessarySuppressions\AbstractRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer.cs (2)
407analyzer.IsCompilerAnalyzer()) 422Debug.Assert(!analyzer.IsCompilerAnalyzer());
Microsoft.CodeAnalysis.Workspaces (3)
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
18_ => analyzer.IsCompilerAnalyzer()
Diagnostics\DiagnosticAnalyzerInfoCache.cs (1)
164=> analyzer.IsCompilerAnalyzer() ||
Diagnostics\HostDiagnosticAnalyzers.cs (1)
212if (analyzer.IsCompilerAnalyzer())