2 references to BoundMeReference
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Expressions.vb (1)
2316
Return New
BoundMeReference
(node, If(Me.ContainingType, ErrorTypeSymbol.UnknownResultType), hasErrors:=True)
Generated\BoundNodes.xml.Generated.vb (1)
5952
Dim result = New
BoundMeReference
(Me.Syntax, type, Me.HasErrors)