9 references to BeforeFinally
Microsoft.CodeAnalysis.CSharp.Workspaces (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))
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.CSharp (1)
Formatting\OmniSharpSyntaxFormattingOptionsFactory.cs (1)
122(newLineForFinally ? NewLinePlacement.BeforeFinally : 0) |
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
Formatter\FormatterTests.cs (1)
179Assert.False(formattingOptions.NewLines.HasFlag(NewLinePlacement.BeforeFinally));
Remote\ServiceDescriptorTests.cs (1)
269NewLines = NewLinePlacement.BeforeFinally