csharp
public sealed class BoundDiscardStatementEnds the invocation, writing nothing.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
A terminator like BoundReturnStatement rather than a call like every other stage intrinsic, which is the whole reason it needs a keyword: a function cannot express "control does not come back", so nothing after the call would be known to be unreachable.
Fields and properties (1)
public override BoundKind Kind
Methods (1)
public BoundDiscardStatement(SyntaxNode syntax)Ends the invocation, writing nothing.
Used by (3)
- BinderVixen.Raven
- LowererVixen.Raven
- StateVixen.Raven