1 reference to SimplifyParentheses
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\Reducers\CSharpParenthesizedExpressionReducer.cs (1)
21
private static readonly Func<ParenthesizedExpressionSyntax, SemanticModel, SimplifierOptions, CancellationToken, SyntaxNode> s_simplifyParentheses =
SimplifyParentheses
;