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)
12
public static CompilerDiagnosticsScope ToEquivalentCompilerDiagnosticsScope(this
BackgroundAnalysisScope
backgroundAnalysisScope)
15
BackgroundAnalysisScope
.None => CompilerDiagnosticsScope.None,
16
BackgroundAnalysisScope
.VisibleFilesAndOpenFilesWithPreviouslyReportedDiagnostics => CompilerDiagnosticsScope.VisibleFilesAndOpenFilesWithPreviouslyReportedDiagnostics,
17
BackgroundAnalysisScope
.OpenFiles => CompilerDiagnosticsScope.OpenFiles,
18
BackgroundAnalysisScope
.FullSolution => CompilerDiagnosticsScope.FullSolution,