2 references to s_tryCatchFinallyPreview
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Options\Formatting\NewLinesViewModel.cs (2)
223
Items.Add(new CheckBoxOptionViewModel(CSharpFormattingOptions2.NewLineForCatch, CSharpVSResources.Place_catch_on_new_line,
s_tryCatchFinallyPreview
, this, optionStore));
224
Items.Add(new CheckBoxOptionViewModel(CSharpFormattingOptions2.NewLineForFinally, CSharpVSResources.Place_finally_on_new_line,
s_tryCatchFinallyPreview
, this, optionStore));