22 references to IsCompilerAnalyzer
Microsoft.CodeAnalysis.Features (3)
AbstractRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer.cs (2)
405analyzer.IsCompilerAnalyzer()) 420Debug.Assert(!analyzer.IsCompilerAnalyzer());
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
25=> analyzer is IBuiltInAnalyzer || analyzer.IsWorkspaceDiagnosticAnalyzer() || analyzer.IsCompilerAnalyzer();
Microsoft.CodeAnalysis.LanguageServer.Protocol (15)
Features\Diagnostics\DocumentAnalysisExecutor.cs (2)
130var isCompilerAnalyzer = analyzer.IsCompilerAnalyzer(); 197RoslynDebug.Assert(analyzer.IsCompilerAnalyzer());
Features\Diagnostics\DocumentAnalysisExecutor_Helpers.cs (1)
208if (analyzer.IsCompilerAnalyzer())
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.Executor.cs (3)
88if (analyzer.IsCompilerAnalyzer()) 238stateSets = stateSets.WhereAsArray(s => !s.Analyzer.IsCompilerAnalyzer()); 242stateSets = stateSets.WhereAsArray(s => s.Analyzer.IsCompilerAnalyzer() || s.Analyzer.IsWorkspaceDiagnosticAnalyzer());
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.IncrementalMemberEditAnalyzer.cs (2)
90if (!compilerAnalyzerData.HasValue && stateSet.Analyzer.IsCompilerAnalyzer()) 97if (!compilerAnalyzerData.HasValue && stateSet.Analyzer.IsCompilerAnalyzer())
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.StateManager.HostStates.cs (1)
96if (state.Analyzer.IsCompilerAnalyzer())
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (2)
201var isCompilerAnalyzer = analyzer.IsCompilerAnalyzer(); 419if (analyzer.IsCompilerAnalyzer())
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_IncrementalAnalyzer.cs (3)
388stateSets = stateSets.WhereAsArray(s => !s.Analyzer.IsCompilerAnalyzer() || !s.FromBuild(project.Id)); 398stateSets = stateSets.WhereAsArray(s => s.Analyzer.IsCompilerAnalyzer() || s.Analyzer.IsWorkspaceDiagnosticAnalyzer() || !s.FromBuild(project.Id)); 411analyzer.IsCompilerAnalyzer())
Features\Options\SolutionCrawlerOptionsStorage.cs (1)
93if (analyzer.IsCompilerAnalyzer())
Microsoft.CodeAnalysis.Workspaces (4)
CodeActionRequestPriority.cs (1)
46/// The <see cref="DiagnosticAnalyzerExtensions.IsCompilerAnalyzer"/> <see cref="DiagnosticAnalyzer"/>
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
21_ => analyzer.IsCompilerAnalyzer()
Diagnostics\DiagnosticAnalyzerInfoCache.cs (1)
137=> analyzer.IsCompilerAnalyzer() ||
Diagnostics\HostDiagnosticAnalyzers.cs (1)
210if (analyzer.IsCompilerAnalyzer())