5 references to BeforeElse
Microsoft.CodeAnalysis.CSharp.CodeStyle (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpFormattingOptions2.cs (1)
245
CSharpSyntaxFormattingOptions.NewLinesDefault.HasFlag(NewLinePlacement.
BeforeElse
))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpSyntaxFormattingOptions.cs (2)
33
NewLinePlacement.
BeforeElse
|
99
(options.GetOption(CSharpFormattingOptions2.NewLineForElse) ? NewLinePlacement.
BeforeElse
: 0) |
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\NewLineUserSettingFormattingRule.cs (2)
87
if (!_options.NewLines.HasFlag(NewLinePlacement.
BeforeElse
))
276
if (_options.NewLines.HasFlag(NewLinePlacement.
BeforeElse
)