3 references to BoundThrowStatement
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Statements.cs (1)
461return new BoundThrowStatement(node, boundExpr, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
3658var result = new BoundThrowStatement(this.Syntax, expressionOpt, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (1)
995return new BoundThrowStatement(Syntax, e) { WasCompilerGenerated = true };