2 references to IsAnalyzerEnabledForProject
Microsoft.CodeAnalysis.Features (2)
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
134
if (!DocumentAnalysisExecutor.
IsAnalyzerEnabledForProject
(analyzer, project, this._globalOptions))
Diagnostics\Service\DiagnosticAnalyzerService_GetDiagnosticsForSpan.cs (1)
61
.WhereAsArray(a => DocumentAnalysisExecutor.
IsAnalyzerEnabledForProject
(a, project, _globalOptions));