1 write to SuppressHintsWhenParameterNameMatchesTheMethodsIntent
Microsoft.VisualStudio.LanguageServices.CSharp (1)
AdvancedOptionPageControl.g.cs (1)
1040this.SuppressHintsWhenParameterNameMatchesTheMethodsIntent = ((System.Windows.Controls.CheckBox)(target));
2 references to SuppressHintsWhenParameterNameMatchesTheMethodsIntent
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Options\AdvancedOptionPageControl.xaml.cs (2)
184BindToOption(SuppressHintsWhenParameterNameMatchesTheMethodsIntent, InlineHintsOptionsStorage.SuppressForParametersThatMatchMethodIntent, LanguageNames.CSharp); 282SuppressHintsWhenParameterNameMatchesTheMethodsIntent.IsEnabled = enabledForParameters;