csharp
public sealed class BoundInvocationExpressionA resolved call. Arguments are already converted to the parameter types.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (7)
public BoundExpression? Receiverpublic MethodSymbol Methodpublic IReadOnlyList<BoundExpression> Argumentspublic override BoundKind Kindpublic override TypeSymbol Typepublic override Symbol Symbolpublic override IEnumerable<BoundNode> Children
Methods (1)
public BoundInvocationExpression(SyntaxNode syntax, BoundExpression? receiver, MethodSymbol method, IReadOnlyList<BoundExpression> arguments)A resolved call. Arguments are already converted to the parameter types.
Used by (5)
- BinderVixen.Raven
- BindingTestsVixen.Raven.Tests
- LowererVixen.Raven
- MonomorphiserVixen.Raven
- StateVixen.Raven