20 references to IsCompilerAnalyzer
Microsoft.CodeAnalysis.Features (14)
CodeFixesAndRefactorings\CodeActionRequestPriorityProvider.cs (1)
57if (analyzer.IsCompilerAnalyzer())
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
20=> analyzer is IBuiltInAnalyzer || analyzer.IsWorkspaceDiagnosticAnalyzer() || analyzer.IsCompilerAnalyzer();
Diagnostics\Options\SolutionCrawlerOptionsStorage.cs (1)
63if (analyzer.IsCompilerAnalyzer())
Diagnostics\Service\DocumentAnalysisExecutor.cs (2)
106var isCompilerAnalyzer = analyzer.IsCompilerAnalyzer(); 171RoslynDebug.Assert(analyzer.IsCompilerAnalyzer());
Diagnostics\Service\DocumentAnalysisExecutor_Helpers.cs (1)
60if (analyzer.IsCompilerAnalyzer())
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer.HostAnalyzerInfo.cs (1)
139if (state.IsCompilerAnalyzer())
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer.IncrementalMemberEditAnalyzer.cs (2)
88if (!compilerAnalyzerData.HasValue && analyzer.IsCompilerAnalyzer()) 95if (!compilerAnalyzerData.HasValue && analyzer.IsCompilerAnalyzer())
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (2)
114var isCompilerAnalyzer = analyzer.IsCompilerAnalyzer(); 317analyzer.IsCompilerAnalyzer())
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer_IncrementalAnalyzer.cs (1)
101analyzer.IsCompilerAnalyzer())
src\Analyzers\Core\Analyzers\RemoveUnnecessarySuppressions\AbstractRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer.cs (2)
407analyzer.IsCompilerAnalyzer()) 422Debug.Assert(!analyzer.IsCompilerAnalyzer());
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Diagnostics\BuildOnlyDiagnosticIdsHandler.cs (1)
66if (analyzer.IsCompilerAnalyzer())
Handler\Diagnostics\DiagnosticSourceProviders\WorkspaceDocumentsAndProjectDiagnosticSourceProvider.cs (1)
108=> analyzer.IsCompilerAnalyzer() ? compilerFullSolutionAnalysisEnabled : analyzersFullSolutionAnalysisEnabled;
Handler\Diagnostics\Public\PublicDocumentNonLocalDiagnosticSourceProvider.cs (1)
37return new([new NonLocalDocumentDiagnosticSource(context.GetRequiredDocument(), a => !a.IsCompilerAnalyzer())]);
Microsoft.CodeAnalysis.Workspaces (3)
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
18_ => analyzer.IsCompilerAnalyzer()
Diagnostics\DiagnosticAnalyzerInfoCache.cs (1)
183=> analyzer.IsCompilerAnalyzer() ||
Diagnostics\HostDiagnosticAnalyzers.cs (1)
211if (analyzer.IsCompilerAnalyzer())