csharp
public sealed class BoundLocalDeclarationStatementNo guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public LocalSymbol Localpublic BoundExpression? Initializerpublic override BoundKind Kindpublic override IEnumerable<BoundNode> Children
Methods (1)
public BoundLocalDeclarationStatement(SyntaxNode syntax, LocalSymbol local, BoundExpression? initializer)
Used by (4)
- BinderVixen.Raven
- LowererVixen.Raven
- MonomorphiserVixen.Raven
- StateVixen.Raven