3 references to EnabledForTypes
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Options\InlineHintsOptionsStorage.cs (1)
36EnabledForTypes = globalOptions.GetOption(EnabledForTypes, language),
Handler\Configuration\DidChangeConfigurationNotificationHandler_OptionList.cs (1)
43InlineHintsOptionsStorage.EnabledForTypes,
Handler\InlayHint\InlayHintRefreshQueue.cs (1)
45option.Equals(InlineHintsOptionsStorage.EnabledForTypes) ||