20 references to IsCompilerAnalyzer
Microsoft.CodeAnalysis.Features (14)
CodeFixesAndRefactorings\CodeActionRequestPriorityProvider.cs (1)
57
if (analyzer.
IsCompilerAnalyzer
())
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
24
=> analyzer is IBuiltInAnalyzer || analyzer.IsWorkspaceDiagnosticAnalyzer() || analyzer.
IsCompilerAnalyzer
();
Diagnostics\Options\SolutionCrawlerOptionsStorage.cs (1)
63
if (analyzer.
IsCompilerAnalyzer
())
Diagnostics\Service\DiagnosticAnalyzerService.HostAnalyzerInfo.cs (1)
58
if (state.
IsCompilerAnalyzer
())
Diagnostics\Service\DiagnosticAnalyzerService.IncrementalMemberEditAnalyzer.cs (2)
94
if (!compilerAnalyzerData.HasValue && analyzer.
IsCompilerAnalyzer
())
101
if (!compilerAnalyzerData.HasValue && analyzer.
IsCompilerAnalyzer
())
Diagnostics\Service\DiagnosticAnalyzerService_ForceAnalyzeProject.cs (1)
99
analyzer.
IsCompilerAnalyzer
())
Diagnostics\Service\DiagnosticAnalyzerService_GetDiagnosticsForSpan.cs (1)
117
var isCompilerAnalyzer = analyzer.
IsCompilerAnalyzer
();
Diagnostics\Service\DiagnosticAnalyzerService_RemoteOrLocalDispatcher.cs (1)
142
analyzer.
IsCompilerAnalyzer
())
Diagnostics\Service\DocumentAnalysisExecutor.cs (2)
109
var isCompilerAnalyzer = analyzer.
IsCompilerAnalyzer
();
174
RoslynDebug.Assert(analyzer.
IsCompilerAnalyzer
());
Diagnostics\Service\DocumentAnalysisExecutor_Helpers.cs (1)
59
if (analyzer.
IsCompilerAnalyzer
())
src\Analyzers\Core\Analyzers\RemoveUnnecessarySuppressions\AbstractRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer.cs (2)
407
analyzer.
IsCompilerAnalyzer
())
422
Debug.Assert(!analyzer.
IsCompilerAnalyzer
());
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Diagnostics\BuildOnlyDiagnosticIdsHandler.cs (1)
66
if (analyzer.
IsCompilerAnalyzer
())
Handler\Diagnostics\DiagnosticSourceProviders\WorkspaceDocumentsAndProjectDiagnosticSourceProvider.cs (1)
108
=> analyzer.
IsCompilerAnalyzer
() ? compilerFullSolutionAnalysisEnabled : analyzersFullSolutionAnalysisEnabled;
Handler\Diagnostics\Public\PublicDocumentNonLocalDiagnosticSourceProvider.cs (1)
37
return 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)
211
if (analyzer.
IsCompilerAnalyzer
())