6 references to BeforeCatch
Microsoft.CodeAnalysis.CSharp.CodeStyle (6)
CSharpFormattingOptions2.cs (1)
254
CSharpSyntaxFormattingOptions.NewLinesDefault.HasFlag(NewLinePlacement.
BeforeCatch
))
CSharpSyntaxFormattingOptions.cs (3)
34
NewLinePlacement.
BeforeCatch
|
99
(options.GetOption(CSharpFormattingOptions2.NewLineForCatch, fallbackOptions.NewLines.HasFlag(NewLinePlacement.
BeforeCatch
)) ? NewLinePlacement.
BeforeCatch
: 0) |
NewLineUserSettingFormattingRule.cs (2)
96
if (!_options.NewLines.HasFlag(NewLinePlacement.
BeforeCatch
))
270
if (_options.NewLines.HasFlag(NewLinePlacement.
BeforeCatch
))