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