4 references to ForIndexerParameters
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineHints\InlineHintsDataTaggerProvider.cs (1)
74TaggerEventSources.OnGlobalOptionChanged(GlobalOptions, InlineHintsOptionsStorage.ForIndexerParameters),
InlineHints\InlineHintsOptionsStorage.cs (1)
25ForIndexerParameters = globalOptions.GetOption(ForIndexerParameters, language),
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
183BindToOption(ShowHintsForIndexers, InlineHintsOptionsStorage.ForIndexerParameters, LanguageNames.CSharp);
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Options\AdvancedOptionPageControl.xaml.vb (1)
177BindToOption(ShowHintsForIndexers, InlineHintsOptionsStorage.ForIndexerParameters, LanguageNames.VisualBasic)