2 writes to SuppressForParametersThatDifferOnlyBySuffix
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
InlineHints\OmniSharpInlineHintsOptions.cs (1)
38SuppressForParametersThatDifferOnlyBySuffix = SuppressForParametersThatDifferOnlyBySuffix,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\InlineHintsOptionsStorage.cs (1)
28SuppressForParametersThatDifferOnlyBySuffix = globalOptions.GetOption(SuppressForParametersThatDifferOnlyBySuffix, language),
2 references to SuppressForParametersThatDifferOnlyBySuffix
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineParameterNameHintsService.cs (1)
54var suppressForParametersThatDifferOnlyBySuffix = !displayAllOverride && options.SuppressForParametersThatDifferOnlyBySuffix;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\InlineHintsOptionsStorage.cs (1)
75InlineParameterHintsOptions.Default.SuppressForParametersThatDifferOnlyBySuffix,