6 references to BackgroundAnalysisScope
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\SolutionCrawlerOptionsStorage.cs (1)
42/// Enables forced <see cref="BackgroundAnalysisScope.Minimal"/> scope when low VM is detected to improve performance.
Microsoft.CodeAnalysis.Workspaces (5)
Shared\Extensions\BackgroundAnalysisScopeExtensions.cs (5)
12public static CompilerDiagnosticsScope ToEquivalentCompilerDiagnosticsScope(this BackgroundAnalysisScope backgroundAnalysisScope) 15BackgroundAnalysisScope.None => CompilerDiagnosticsScope.None, 16BackgroundAnalysisScope.VisibleFilesAndOpenFilesWithPreviouslyReportedDiagnostics => CompilerDiagnosticsScope.VisibleFilesAndOpenFilesWithPreviouslyReportedDiagnostics, 17BackgroundAnalysisScope.OpenFiles => CompilerDiagnosticsScope.OpenFiles, 18BackgroundAnalysisScope.FullSolution => CompilerDiagnosticsScope.FullSolution,