2 writes to SuppressForParametersThatDifferOnlyBySuffix
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsOptionsStorage.cs (1)
28SuppressForParametersThatDifferOnlyBySuffix = globalOptions.GetOption(SuppressForParametersThatDifferOnlyBySuffix, language),
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
InlineHints\OmniSharpInlineHintsOptions.cs (1)
39SuppressForParametersThatDifferOnlyBySuffix = SuppressForParametersThatDifferOnlyBySuffix,
2 references to SuppressForParametersThatDifferOnlyBySuffix
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsOptionsStorage.cs (1)
66InlineParameterHintsOptions.Default.SuppressForParametersThatDifferOnlyBySuffix);
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineParameterNameHintsService.cs (1)
61var suppressForParametersThatDifferOnlyBySuffix = !displayAllOverride && options.SuppressForParametersThatDifferOnlyBySuffix;