1 write to ShowHintsForIndexers
Microsoft.VisualStudio.LanguageServices.CSharp (1)
AdvancedOptionPageControl.g.cs (1)
1037this.ShowHintsForIndexers = ((System.Windows.Controls.CheckBox)(target));
2 references to ShowHintsForIndexers
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Options\AdvancedOptionPageControl.xaml.cs (2)
183BindToOption(ShowHintsForIndexers, InlineHintsOptionsStorage.ForIndexerParameters, LanguageNames.CSharp); 281ShowHintsForIndexers.IsEnabled = enabledForParameters;