Features\Options\SolutionCrawlerOptionsStorage.cs (8)
52public static BackgroundAnalysisScope GetBackgroundAnalysisScope(this IGlobalOptionService globalOptions, string language)
70public static CompilerDiagnosticsScope GetBackgroundCompilerAnalysisScope(this IGlobalOptionService globalOptions, string language)
91public static bool IsFullSolutionAnalysisEnabled(this DiagnosticAnalyzer analyzer, IGlobalOptionService globalOptions, string language)
108/// <see cref="IsFullSolutionAnalysisEnabled(IGlobalOptionService, string, out bool, out bool)"/>.
111this IGlobalOptionService globalOptions,
125/// <see cref="IsFullSolutionAnalysisEnabled(IGlobalOptionService, string)"/>.
138this IGlobalOptionService globalOptions,
154this IGlobalOptionService globalOptions,