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