3 references to BoundMethodGroup
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Expressions.vb (1)
2850
Return New
BoundMethodGroup
(node, Nothing, accessibleConstructors, LookupResultKind.Good, left,
Binding\Binder_ObjectInitializer.vb (1)
371
constructorsGroup = New
BoundMethodGroup
(typeNode, Nothing,
Semantics\Operators.vb (1)
3239
Dim methodGroup = New
BoundMethodGroup
(argument1.Syntax, Nothing, ImmutableArray(Of MethodSymbol).Empty, LookupResultKind.Good, Nothing, QualificationKind.Unqualified)