5 references to BindLateBoundInvocation
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Expressions.vb (1)
3742Return BindLateBoundInvocation(node, Nothing, left, boundArguments, Nothing, diagnostics)
Binding\Binder_Invocation.vb (2)
343Return BindLateBoundInvocation(node, Nothing, target, boundArguments, argumentNames, diagnostics, 378Return BindLateBoundInvocation(node, Nothing, lateMember, boundArguments, argumentNames, diagnostics)
Binding\Binder_Latebound.vb (1)
119Return BindLateBoundInvocation(node, group, lateMember, arguments, argumentNames, diagnostics)
Lowering\LocalRewriter\LocalRewriter_LateAddressOf.vb (1)
90Dim boundInvocationExpression As BoundExpression = lambdaBinder.BindLateBoundInvocation(syntaxNode,