5 instantiations of PerLanguageOptionBinding
Microsoft.VisualStudio.LanguageServices.Implementation (5)
Options\AbstractOptionPageControl.cs (5)
103Source = new PerLanguageOptionBinding<bool>(OptionStore, optionKey, languageName),
118Source = new PerLanguageOptionBinding<bool?>(OptionStore, nullableOptionKey, languageName),
147Source = new PerLanguageOptionBinding<int>(OptionStore, optionKey, languageName),
179Source = new PerLanguageOptionBinding<T>(OptionStore, optionKey, languageName),
232Source = new PerLanguageOptionBinding<T>(OptionStore, optionKey, languageName),