2 references to BoundThrowStatement
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
3658
var result = new
BoundThrowStatement
(this.Syntax, expressionOpt, this.HasErrors);
Lowering\SyntheticBoundNodeFactory.cs (1)
977
return new
BoundThrowStatement
(Syntax, e) { WasCompilerGenerated = true };