3 references to Prefer_framework_type
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\DataProvider\CodeStyle\CommonCodeStyleSettingsProvider.cs (1)
69var falseValueDescription = ServicesVSResources.Prefer_framework_type;
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\Formatting\StyleViewModel.cs (1)
2211new CodeStylePreference(ServicesVSResources.Prefer_framework_type, isChecked: false),
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Options\StyleViewModel.vb (1)
809New CodeStylePreference(ServicesVSResources.Prefer_framework_type, isChecked:=False)