3 references to SuppressForParametersThatDifferOnlyBySuffix
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Options\InlineHintsOptionsStorage.cs (1)
28
SuppressForParametersThatDifferOnlyBySuffix = globalOptions.GetOption(
SuppressForParametersThatDifferOnlyBySuffix
, language),
Handler\Configuration\DidChangeConfigurationNotificationHandler_OptionList.cs (1)
40
InlineHintsOptionsStorage.
SuppressForParametersThatDifferOnlyBySuffix
,
Handler\InlayHint\InlayHintRefreshQueue.cs (1)
42
option.Equals(InlineHintsOptionsStorage.
SuppressForParametersThatDifferOnlyBySuffix
) ||