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