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