6 references to EnabledForTypes
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineHints\InlineHintsDataTaggerProvider.cs (1)
80TaggerEventSources.OnGlobalOptionChanged(GlobalOptions, InlineHintsOptionsStorage.EnabledForTypes),
InlineHints\InlineHintsOptionsStorage.cs (1)
36EnabledForTypes = globalOptions.GetOption(EnabledForTypes, language),
Microsoft.VisualStudio.LanguageServices.CSharp (4)
Options\AdvancedOptionPageControl.xaml.cs (4)
188BindToOption(DisplayInlineTypeHints, InlineHintsOptionsStorage.EnabledForTypes, LanguageNames.CSharp); 286var enabledForTypes = this.OptionStore.GetOption(InlineHintsOptionsStorage.EnabledForTypes, LanguageNames.CSharp); 306this.OptionStore.SetOption(InlineHintsOptionsStorage.EnabledForTypes, LanguageNames.CSharp, true); 312this.OptionStore.SetOption(InlineHintsOptionsStorage.EnabledForTypes, LanguageNames.CSharp, false);