2 references to BoundLateAddressOfOperator
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Delegates.vb (1)
51
Return New
BoundLateAddressOfOperator
(node, Me, DirectCast(boundOperand, BoundLateMemberAccess), boundOperand.Type)
Generated\BoundNodes.xml.Generated.vb (1)
3357
Dim result = New
BoundLateAddressOfOperator
(Me.Syntax, binder, memberAccess, type, Me.HasErrors)