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