2 references to BoundLateInvocation
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Latebound.vb (1)
228
Return New
BoundLateInvocation
(node, receiver, arguments, argumentNames, LateBoundAccessKind.Unknown, groupOpt, objType)
Generated\BoundNodes.xml.Generated.vb (1)
3314
Dim result = New
BoundLateInvocation
(Me.Syntax, member, argumentsOpt, argumentNamesOpt, accessKind, methodOrPropertyGroupOpt, type, Me.HasErrors)