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