2 references to Prefer_throw_expression
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\CodeStyle\CSharpCodeStyleSettingsProvider.cs (1)
79
yield return CodeStyleSetting.Create(CSharpCodeStyleOptions.PreferThrowExpression, CSharpVSResources.
Prefer_throw_expression
, options, updater);
Options\Formatting\StyleViewModel.cs (1)
2278
CodeStyleItems.Add(new BooleanCodeStyleOptionViewModel(CSharpCodeStyleOptions.PreferThrowExpression, CSharpVSResources.
Prefer_throw_expression
, s_preferThrowExpression, s_preferThrowExpression, this, optionStore, nullCheckingGroupTitle));