3 references to BoundThrowExpression
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (1)
891return new BoundThrowExpression(node, thrownExpression, null, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
8616var result = new BoundThrowExpression(this.Syntax, expression, type, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (1)
1232return new BoundThrowExpression(thrown.Syntax, thrown, type) { WasCompilerGenerated = true };