9 references to BeforeFinally
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpFormattingOptions2.cs (1)
252CSharpSyntaxFormattingOptions.NewLinesDefault.HasFlag(NewLinePlacement.BeforeFinally))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpSyntaxFormattingOptions.cs (2)
35NewLinePlacement.BeforeFinally | 101(options.GetOption(CSharpFormattingOptions2.NewLineForFinally) ? NewLinePlacement.BeforeFinally : 0) |
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\NewLineUserSettingFormattingRule.cs (2)
105if (!_options.NewLines.HasFlag(NewLinePlacement.BeforeFinally)) 303if (_options.NewLines.HasFlag(NewLinePlacement.BeforeFinally))
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.CSharp (1)
Formatting\OmniSharpSyntaxFormattingOptionsFactory.cs (1)
117(newLineForFinally ? NewLinePlacement.BeforeFinally : 0) |
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorCSharpSyntaxFormattingOptions.cs (1)
107BeforeFinally = NewLinePlacement.BeforeFinally,
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
Formatter\FormatterTests.cs (1)
178Assert.False(formattingOptions.NewLines.HasFlag(NewLinePlacement.BeforeFinally));
Remote\ServiceDescriptorTests.cs (1)
260NewLines = NewLinePlacement.BeforeFinally