5 references to BeforeOpenBraceInLambdaExpressionBody
Microsoft.CodeAnalysis.CSharp.CodeStyle (5)
CSharpSyntaxFormattingOptions.cs (1)
43
NewLinePlacement.
BeforeOpenBraceInLambdaExpressionBody
|
NewLineBeforeOpenBracePlacement.cs (2)
35
(value.HasFlag(NewLinePlacement.
BeforeOpenBraceInLambdaExpressionBody
) ? NewLineBeforeOpenBracePlacement.LambdaExpressionBody : 0) |
46
(value.HasFlag(NewLineBeforeOpenBracePlacement.LambdaExpressionBody) ? NewLinePlacement.
BeforeOpenBraceInLambdaExpressionBody
: 0) |
NewLineUserSettingFormattingRule.cs (2)
190
if (!_options.NewLines.HasFlag(NewLinePlacement.
BeforeOpenBraceInLambdaExpressionBody
))
408
if (_options.NewLines.HasFlag(NewLinePlacement.
BeforeOpenBraceInLambdaExpressionBody
))