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