4 references to SuppressForParametersThatDifferOnlyBySuffix
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineHints\InlineHintsDataTaggerProvider.cs (1)
78
TaggerEventSources.OnGlobalOptionChanged(GlobalOptions, InlineHintsOptionsStorage.
SuppressForParametersThatDifferOnlyBySuffix
),
InlineHints\InlineHintsOptionsStorage.cs (1)
28
SuppressForParametersThatDifferOnlyBySuffix = globalOptions.GetOption(
SuppressForParametersThatDifferOnlyBySuffix
, language),
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
185
BindToOption(SuppressHintsWhenParameterNamesDifferOnlyBySuffix, InlineHintsOptionsStorage.
SuppressForParametersThatDifferOnlyBySuffix
, LanguageNames.CSharp);
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Options\AdvancedOptionPageControl.xaml.vb (1)
179
BindToOption(SuppressHintsWhenParameterNamesDifferOnlyBySuffix, InlineHintsOptionsStorage.
SuppressForParametersThatDifferOnlyBySuffix
, LanguageNames.VisualBasic)