20 references to IsCompilerAnalyzer
Microsoft.CodeAnalysis.Features (14)
CodeFixesAndRefactorings\CodeActionRequestPriorityProvider.cs (1)
57if (analyzer.IsCompilerAnalyzer())
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
24=> analyzer is IBuiltInAnalyzer || analyzer.IsWorkspaceDiagnosticAnalyzer() || analyzer.IsCompilerAnalyzer();
Diagnostics\Options\SolutionCrawlerOptionsStorage.cs (1)
63if (analyzer.IsCompilerAnalyzer())
Diagnostics\Service\DiagnosticAnalyzerService.HostAnalyzerInfo.cs (1)
58if (state.IsCompilerAnalyzer())
Diagnostics\Service\DiagnosticAnalyzerService.IncrementalMemberEditAnalyzer.cs (2)
94if (!compilerAnalyzerData.HasValue && analyzer.IsCompilerAnalyzer()) 101if (!compilerAnalyzerData.HasValue && analyzer.IsCompilerAnalyzer())
Diagnostics\Service\DiagnosticAnalyzerService_ForceAnalyzeProject.cs (1)
99analyzer.IsCompilerAnalyzer())
Diagnostics\Service\DiagnosticAnalyzerService_GetDiagnosticsForSpan.cs (1)
117var isCompilerAnalyzer = analyzer.IsCompilerAnalyzer();
Diagnostics\Service\DiagnosticAnalyzerService_RemoteOrLocalDispatcher.cs (1)
142analyzer.IsCompilerAnalyzer())
Diagnostics\Service\DocumentAnalysisExecutor.cs (2)
109var isCompilerAnalyzer = analyzer.IsCompilerAnalyzer(); 174RoslynDebug.Assert(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.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())