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