csharp
public sealed class BoundFieldExpressionA field access; is null for statics.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (7)
public BoundExpression? Receiverpublic FieldSymbol Fieldpublic override BoundKind Kindpublic override TypeSymbol Typepublic override object? ConstantValuepublic override Symbol Symbolpublic override IEnumerable<BoundNode> Children
Methods (1)
public BoundFieldExpression(SyntaxNode syntax, BoundExpression? receiver, FieldSymbol field)A field access; is null for statics.
Used by (5)
- BinderVixen.Raven
- BindingTestsVixen.Raven.Tests
- ConstantEvaluatorVixen.Raven
- LowererVixen.Raven
- StateVixen.Raven