2 writes to SuppressForParametersThatMatchMethodIntent
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
InlineHints\OmniSharpInlineHintsOptions.cs (1)
39SuppressForParametersThatMatchMethodIntent = SuppressForParametersThatMatchMethodIntent,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\InlineHintsOptionsStorage.cs (1)
29SuppressForParametersThatMatchMethodIntent = globalOptions.GetOption(SuppressForParametersThatMatchMethodIntent, language),
2 references to SuppressForParametersThatMatchMethodIntent
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineParameterNameHintsService.cs (1)
55var suppressForParametersThatMatchMethodIntent = !displayAllOverride && options.SuppressForParametersThatMatchMethodIntent;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\InlineHintsOptionsStorage.cs (1)
80InlineParameterHintsOptions.Default.SuppressForParametersThatMatchMethodIntent,