3 references to 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) ||