5 references to BeforeFinally
Microsoft.CodeAnalysis.CSharp.CodeStyle (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpFormattingOptions2.cs (1)
255
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
))