4 references to SuppressForParametersThatMatchMethodIntent
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineHints\InlineHintsDataTaggerProvider.cs (1)
77
TaggerEventSources.OnGlobalOptionChanged(GlobalOptions, InlineHintsOptionsStorage.
SuppressForParametersThatMatchMethodIntent
),
InlineHints\InlineHintsOptionsStorage.cs (1)
29
SuppressForParametersThatMatchMethodIntent = globalOptions.GetOption(
SuppressForParametersThatMatchMethodIntent
, language),
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
184
BindToOption(SuppressHintsWhenParameterNameMatchesTheMethodsIntent, InlineHintsOptionsStorage.
SuppressForParametersThatMatchMethodIntent
, LanguageNames.CSharp);
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Options\AdvancedOptionPageControl.xaml.vb (1)
178
BindToOption(SuppressHintsWhenParameterNameMatchesTheMethodsIntent, InlineHintsOptionsStorage.
SuppressForParametersThatMatchMethodIntent
, LanguageNames.VisualBasic)