1 reference to SimplifyParenthesizedLambdaExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\Reducers\CSharpMiscellaneousReducer.cs (1)
83
private static readonly Func<ParenthesizedLambdaExpressionSyntax, SemanticModel, SimplifierOptions, CancellationToken, SyntaxNode> s_simplifyParenthesizedLambdaExpression =
SimplifyParenthesizedLambdaExpression
;