17 references to BoundLabel
Microsoft.CodeAnalysis.VisualBasic (17)
Binding\Binder_Expressions.vb (1)
1038ReportDiagnostic(diagnostics, expr.Syntax, ERRID.ERR_VoidValue, DirectCast(expr, BoundLabel).Label.Name)
Binding\Binder_Statements.vb (3)
834Dim boundLabel = DirectCast(boundLabelExpression, boundLabel) 5264Dim boundLabel = DirectCast(boundLabelExpression, boundLabel) 5303Dim boundLabel = DirectCast(boundLabelExpression, boundLabel)
Generated\BoundNodes.xml.Generated.vb (13)
6578Public Function Update(label As LabelSymbol, type As TypeSymbol) As BoundLabel 6591Public Sub New(syntax As SyntaxNode, label As LabelSymbol, labelExpressionOpt As BoundLabel, Optional hasErrors As Boolean = False) 6608Private ReadOnly _LabelExpressionOpt As BoundLabel 6609Public ReadOnly Property LabelExpressionOpt As BoundLabel 6620Public Function Update(label As LabelSymbol, labelExpressionOpt As BoundLabel) As BoundGotoStatement 9569Return VisitLabel(CType(node, BoundLabel), arg) 10167Public Overridable Function VisitLabel(node As BoundLabel, arg As A) As R 10870Public Overridable Function VisitLabel(node As BoundLabel) As BoundNode 11735Public Overrides Function VisitLabel(node As BoundLabel) As BoundNode 12776Public Overrides Function VisitLabel(node As BoundLabel) As BoundNode 12782Dim labelExpressionOpt As BoundLabel = DirectCast(Me.Visit(node.LabelExpressionOpt), BoundLabel) 14139Public Overrides Function VisitLabel(node As BoundLabel, arg As Object) As TreeDumperNode