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