5 references to SuppressForParametersThatDifferOnlyBySuffix
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsDataTaggerProvider.cs (1)
58
option.Equals(InlineHintsOptionsStorage.
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
) ||
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
150
BindToOption(SuppressHintsWhenParameterNamesDifferOnlyBySuffix, InlineHintsOptionsStorage.
SuppressForParametersThatDifferOnlyBySuffix
, LanguageNames.CSharp);