3 references to EnabledForParameters
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Options\InlineHintsOptionsStorage.cs (1)
23EnabledForParameters = globalOptions.GetOption(EnabledForParameters, language),
Handler\Configuration\DidChangeConfigurationNotificationHandler_OptionList.cs (1)
35InlineHintsOptionsStorage.EnabledForParameters,
Handler\InlayHint\InlayHintRefreshQueue.cs (1)
37option.Equals(InlineHintsOptionsStorage.EnabledForParameters) ||