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