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