8 references to FullSolution
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.Executor.cs (1)
102CompilerDiagnosticsScope.FullSolution => true,
Features\Options\SolutionCrawlerOptionsStorage.cs (3)
81BackgroundAnalysisScope.FullSolution => CompilerDiagnosticsScope.FullSolution, 95return GetBackgroundCompilerAnalysisScope(globalOptions, language) == CompilerDiagnosticsScope.FullSolution; 143compilerFullSolutionAnalysisEnabled = GetBackgroundCompilerAnalysisScope(globalOptions, language) == CompilerDiagnosticsScope.FullSolution;
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\BackgroundAnalysisScopeExtensions.cs (1)
18BackgroundAnalysisScope.FullSolution => CompilerDiagnosticsScope.FullSolution,
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageStrings.cs (1)
67=> CompilerDiagnosticsScope.FullSolution;
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (1)
InProcess\WorkspaceInProcess.cs (1)
94var compilerScope = value ? CompilerDiagnosticsScope.FullSolution : CompilerDiagnosticsScope.OpenFiles;
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Options\AdvancedOptionPageStrings.vb (1)
74CompilerDiagnosticsScope.FullSolution