20 references to IsCompilerAnalyzer
Microsoft.CodeAnalysis.Features (14)
CodeFixesAndRefactorings\CodeActionRequestPriorityProvider.cs (1)
57
if (analyzer.
IsCompilerAnalyzer
())
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
20
=> analyzer is IBuiltInAnalyzer || analyzer.IsWorkspaceDiagnosticAnalyzer() || analyzer.
IsCompilerAnalyzer
();
Diagnostics\Options\SolutionCrawlerOptionsStorage.cs (1)
63
if (analyzer.
IsCompilerAnalyzer
())
Diagnostics\Service\DocumentAnalysisExecutor.cs (2)
106
var isCompilerAnalyzer = analyzer.
IsCompilerAnalyzer
();
171
RoslynDebug.Assert(analyzer.
IsCompilerAnalyzer
());
Diagnostics\Service\DocumentAnalysisExecutor_Helpers.cs (1)
60
if (analyzer.
IsCompilerAnalyzer
())
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer.HostAnalyzerInfo.cs (1)
139
if (state.
IsCompilerAnalyzer
())
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer.IncrementalMemberEditAnalyzer.cs (2)
88
if (!compilerAnalyzerData.HasValue && analyzer.
IsCompilerAnalyzer
())
95
if (!compilerAnalyzerData.HasValue && analyzer.
IsCompilerAnalyzer
())
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (2)
114
var isCompilerAnalyzer = analyzer.
IsCompilerAnalyzer
();
317
analyzer.
IsCompilerAnalyzer
())
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer_IncrementalAnalyzer.cs (1)
101
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
())