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