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