9 references to BeforeFinally
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpFormattingOptions2.cs (1)
252
CSharpSyntaxFormattingOptions.NewLinesDefault.HasFlag(NewLinePlacement.
BeforeFinally
))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpSyntaxFormattingOptions.cs (2)
35
NewLinePlacement.
BeforeFinally
|
101
(options.GetOption(CSharpFormattingOptions2.NewLineForFinally) ? NewLinePlacement.
BeforeFinally
: 0) |
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\NewLineUserSettingFormattingRule.cs (2)
105
if (!_options.NewLines.HasFlag(NewLinePlacement.
BeforeFinally
))
303
if (_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)
107
BeforeFinally = NewLinePlacement.
BeforeFinally
,
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
Formatter\FormatterTests.cs (1)
178
Assert.False(formattingOptions.NewLines.HasFlag(NewLinePlacement.
BeforeFinally
));
Remote\ServiceDescriptorTests.cs (1)
260
NewLines = NewLinePlacement.
BeforeFinally