Vixen
02b45cc4
csharp
public sealed class BoundMethodGroupExpression

An unresolved set of same-named methods, produced when a method name appears outside a call. Overload resolution turns it into a BoundInvocationExpression.

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

Fields and properties (7)

Methods (1)

  • public BoundMethodGroupExpression(SyntaxNode syntax, BoundExpression? receiver, IReadOnlyList<MethodSymbol> methods, IReadOnlyList<TypeSymbol> typeArguments)

    An unresolved set of same-named methods, produced when a method name appears outside a call. Overload resolution turns it into a BoundInvocationExpression.

Used by (2)

  • BinderVixen.Raven
  • SemanticModelVixen.Raven