3 references to SuppressForParametersThatMatchMethodIntent
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Options\InlineHintsOptionsStorage.cs (1)
29
SuppressForParametersThatMatchMethodIntent = globalOptions.GetOption(
SuppressForParametersThatMatchMethodIntent
, language),
Handler\Configuration\DidChangeConfigurationNotificationHandler_OptionList.cs (1)
41
InlineHintsOptionsStorage.
SuppressForParametersThatMatchMethodIntent
,
Handler\InlayHint\InlayHintRefreshQueue.cs (1)
44
option.Equals(InlineHintsOptionsStorage.
SuppressForParametersThatMatchMethodIntent
) ||