csharp
public sealed class BoundMethodGroupExpressionAn 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)
public BoundExpression? Receiverpublic IReadOnlyList<MethodSymbol> Methodspublic IReadOnlyList<TypeSymbol> TypeArgumentspublic override BoundKind Kindpublic override TypeSymbol Typepublic override Symbol? Symbolpublic override IEnumerable<BoundNode> Children
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