1 write to SuppressHintsWhenParameterNamesMatchArgumentNames
Microsoft.VisualStudio.LanguageServices.CSharp (1)
AdvancedOptionPageControl.g.cs (1)
1046this.SuppressHintsWhenParameterNamesMatchArgumentNames = ((System.Windows.Controls.CheckBox)(target));
2 references to SuppressHintsWhenParameterNamesMatchArgumentNames
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Options\AdvancedOptionPageControl.xaml.cs (2)
186BindToOption(SuppressHintsWhenParameterNamesMatchArgumentNames, InlineHintsOptionsStorage.SuppressForParametersThatMatchArgumentName, LanguageNames.CSharp); 284SuppressHintsWhenParameterNamesMatchArgumentNames.IsEnabled = enabledForParameters;