6 references to BeforeFinally
Microsoft.CodeAnalysis.CSharp.CodeStyle (6)
CSharpFormattingOptions2.cs (1)
259
CSharpSyntaxFormattingOptions.NewLinesDefault.HasFlag(NewLinePlacement.
BeforeFinally
))
CSharpSyntaxFormattingOptions.cs (3)
35
NewLinePlacement.
BeforeFinally
|
100
(options.GetOption(CSharpFormattingOptions2.NewLineForFinally, fallbackOptions.NewLines.HasFlag(NewLinePlacement.
BeforeFinally
)) ? NewLinePlacement.
BeforeFinally
: 0) |
NewLineUserSettingFormattingRule.cs (2)
105
if (!_options.NewLines.HasFlag(NewLinePlacement.
BeforeFinally
))
283
if (_options.NewLines.HasFlag(NewLinePlacement.
BeforeFinally
))