2 references to BindParenthesizedExpression
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (2)
727
return
BindParenthesizedExpression
(((ParenthesizedExpressionSyntax)node).Expression, diagnostics);
7419
return binder.
BindParenthesizedExpression
(node.Expression, diagnostics);