2 references to BoundLateMemberAccess
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Latebound.vb (1)
73
Dim result = New
BoundLateMemberAccess
(node, name, containerType, receiver, boundTypeArguments, LateBoundAccessKind.Unknown, objType)
Generated\BoundNodes.xml.Generated.vb (1)
3242
Dim result = New
BoundLateMemberAccess
(Me.Syntax, nameOpt, containerTypeOpt, receiverOpt, typeArgumentsOpt, accessKind, type, Me.HasErrors)