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