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