5 references to ForIndexerParameters
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintsDataTaggerProvider.cs (1)
54
option.Equals(InlineHintsOptionsStorage.
ForIndexerParameters
) ||
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Options\InlineHintsOptionsStorage.cs (1)
25
ForIndexerParameters = globalOptions.GetOption(
ForIndexerParameters
, language),
Handler\Configuration\DidChangeConfigurationNotificationHandler_OptionList.cs (1)
37
InlineHintsOptionsStorage.
ForIndexerParameters
,
Handler\InlayHint\InlayHintRefreshQueue.cs (1)
38
option.Equals(InlineHintsOptionsStorage.
ForIndexerParameters
) ||
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
148
BindToOption(ShowHintsForIndexers, InlineHintsOptionsStorage.
ForIndexerParameters
, LanguageNames.CSharp);