Vixen
02b45cc4
csharp
public sealed class BoundErrorExpression

Stands in for an expression that failed to bind. It carries any operands that did bind, so the semantic model still answers questions about them.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

Methods (1)

  • public BoundErrorExpression(SyntaxNode syntax, IReadOnlyList<BoundExpression>? operands = null)

    Stands in for an expression that failed to bind. It carries any operands that did bind, so the semantic model still answers questions about them.

Used by (2)

  • BinderVixen.Raven
  • LowererVixen.Raven