5 references to SuppressForParametersThatMatchArgumentName
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsDataTaggerProvider.cs (1)
59option.Equals(InlineHintsOptionsStorage.SuppressForParametersThatMatchArgumentName) ||
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Options\InlineHintsOptionsStorage.cs (1)
30SuppressForParametersThatMatchArgumentName = globalOptions.GetOption(SuppressForParametersThatMatchArgumentName, language),
Handler\Configuration\DidChangeConfigurationNotificationHandler_OptionList.cs (1)
42InlineHintsOptionsStorage.SuppressForParametersThatMatchArgumentName,
Handler\InlayHint\InlayHintRefreshQueue.cs (1)
43option.Equals(InlineHintsOptionsStorage.SuppressForParametersThatMatchArgumentName) ||
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
151BindToOption(SuppressHintsWhenParameterNamesMatchArgumentNames, InlineHintsOptionsStorage.SuppressForParametersThatMatchArgumentName, LanguageNames.CSharp);