4 references to GetBackgroundCompilerAnalysisScope
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Diagnostics\DocumentAnalysisExecutor_Helpers.cs (1)
224
return globalOptions.
GetBackgroundCompilerAnalysisScope
(project.Language) != CompilerDiagnosticsScope.None;
Features\Options\SolutionCrawlerOptionsStorage.cs (3)
96
return
GetBackgroundCompilerAnalysisScope
(globalOptions, language) == CompilerDiagnosticsScope.FullSolution;
144
compilerFullSolutionAnalysisEnabled =
GetBackgroundCompilerAnalysisScope
(globalOptions, language) == CompilerDiagnosticsScope.FullSolution;
158
var compilerDiagnosticsDisabled =
GetBackgroundCompilerAnalysisScope
(globalOptions, language) == CompilerDiagnosticsScope.None;