5 references to SuppressForParametersThatMatchMethodIntent
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsDataTaggerProvider.cs (1)
57option.Equals(InlineHintsOptionsStorage.SuppressForParametersThatMatchMethodIntent) ||
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Options\InlineHintsOptionsStorage.cs (1)
29SuppressForParametersThatMatchMethodIntent = globalOptions.GetOption(SuppressForParametersThatMatchMethodIntent, language),
Handler\Configuration\DidChangeConfigurationNotificationHandler_OptionList.cs (1)
41InlineHintsOptionsStorage.SuppressForParametersThatMatchMethodIntent,
Handler\InlayHint\InlayHintRefreshQueue.cs (1)
44option.Equals(InlineHintsOptionsStorage.SuppressForParametersThatMatchMethodIntent) ||
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
149BindToOption(SuppressHintsWhenParameterNameMatchesTheMethodsIntent, InlineHintsOptionsStorage.SuppressForParametersThatMatchMethodIntent, LanguageNames.CSharp);