2 references to BoundMyBaseReference
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Expressions.vb (1)
2339Return New BoundMyBaseReference(node, If(Me.ContainingType IsNot Nothing, Me.ContainingType.BaseTypeNoUseSiteDiagnostics, ErrorTypeSymbol.UnknownResultType), hasErrors:=True)
Generated\BoundNodes.xml.Generated.vb (1)
6025Dim result = New BoundMyBaseReference(Me.Syntax, type, Me.HasErrors)