5 references to SolutionBackgroundAnalysisScopeOption
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Features\Diagnostics\DiagnosticAnalyzerService.cs (1)
72option == SolutionCrawlerOptionsStorage.SolutionBackgroundAnalysisScopeOption ||
Features\Options\SolutionCrawlerOptionsStorage.cs (4)
50/// <see cref="SolutionBackgroundAnalysisScopeOption"/>, or the default analysis scope if no solution-specific 60return globalOptions.GetOption(SolutionBackgroundAnalysisScopeOption) ?? 68/// <see cref="SolutionBackgroundAnalysisScopeOption"/>, or the default compiler analysis scope if no 78return globalOptions.GetOption(SolutionBackgroundAnalysisScopeOption) switch