2 references to BindThrownExpression
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
890
var thrownExpression =
BindThrownExpression
(node.Expression, diagnostics, ref hasErrors);
Binder\Binder_Statements.cs (1)
442
boundExpr =
BindThrownExpression
(exprSyntax, diagnostics, ref hasErrors);