2 writes to ForIndexerParameters
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsOptionsStorage.cs (1)
25ForIndexerParameters = globalOptions.GetOption(ForIndexerParameters, language),
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
InlineHints\OmniSharpInlineHintsOptions.cs (1)
36ForIndexerParameters = ForIndexerParameters,
2 references to ForIndexerParameters
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsOptionsStorage.cs (1)
54InlineParameterHintsOptions.Default.ForIndexerParameters);
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineParameterNameHintsService.cs (1)
60var indexerParameters = displayAllOverride || options.ForIndexerParameters;