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