2 writes to SuppressForParametersThatMatchArgumentName
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsOptionsStorage.cs (1)
30SuppressForParametersThatMatchArgumentName = globalOptions.GetOption(SuppressForParametersThatMatchArgumentName, language),
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
InlineHints\OmniSharpInlineHintsOptions.cs (1)
41SuppressForParametersThatMatchArgumentName = SuppressForParametersThatMatchArgumentName,
2 references to SuppressForParametersThatMatchArgumentName
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsOptionsStorage.cs (1)
74InlineParameterHintsOptions.Default.SuppressForParametersThatMatchArgumentName);
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineParameterNameHintsService.cs (1)
63var suppressForParametersThatMatchArgumentName = !displayAllOverride && options.SuppressForParametersThatMatchArgumentName;