4 references to s_optionGroup
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Options\LanguageServerProjectSystemOptionsStorage.cs (4)
16public static readonly Option2<string?> BinaryLogPath = new("dotnet_binary_log_path", defaultValue: null, s_optionGroup); 21public static readonly Option2<bool> EnableAutomaticRestore = new("dotnet_enable_automatic_restore", defaultValue: true, s_optionGroup); 26public static readonly Option2<bool> EnableFileBasedPrograms = new("dotnet_enable_file_based_programs", defaultValue: true, s_optionGroup); 31public static readonly Option2<bool> EnableFileBasedProgramsWhenAmbiguous = new("dotnet_enable_file_based_programs_when_ambiguous", defaultValue: true, s_optionGroup);