2 references to BoundThrowExpression
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
8580var result = new BoundThrowExpression(this.Syntax, expression, type, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (1)
1214return new BoundThrowExpression(thrown.Syntax, thrown, type) { WasCompilerGenerated = true };