3 references to LambdaExpressionBody
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpFormattingOptions2.cs (1)
64
KeyValuePairUtil.Create("lambdas", NewLineBeforeOpenBracePlacement.
LambdaExpressionBody
),
NewLineBeforeOpenBracePlacement.cs (2)
35
(value.HasFlag(NewLinePlacement.BeforeOpenBraceInLambdaExpressionBody) ? NewLineBeforeOpenBracePlacement.
LambdaExpressionBody
: 0) |
46
(value.HasFlag(NewLineBeforeOpenBracePlacement.
LambdaExpressionBody
) ? NewLinePlacement.BeforeOpenBraceInLambdaExpressionBody : 0) |