2 instantiations of BoundLabel
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Expressions.vb (1)
3578Return New BoundLabel(node, symbol, Nothing, hasErrors:=hasErrors)
Generated\BoundNodes.xml.Generated.vb (1)
6570Dim result = New BoundLabel(Me.Syntax, label, type, Me.HasErrors)
17 references to BoundLabel
Microsoft.CodeAnalysis.VisualBasic (17)
Binding\Binder_Expressions.vb (1)
1017ReportDiagnostic(diagnostics, expr.Syntax, ERRID.ERR_VoidValue, DirectCast(expr, BoundLabel).Label.Name)
Binding\Binder_Statements.vb (3)
803Dim boundLabel = DirectCast(boundLabelExpression, boundLabel) 5233Dim boundLabel = DirectCast(boundLabelExpression, boundLabel) 5272Dim boundLabel = DirectCast(boundLabelExpression, boundLabel)
Generated\BoundNodes.xml.Generated.vb (13)
6568Public Function Update(label As LabelSymbol, type As TypeSymbol) As BoundLabel 6581Public Sub New(syntax As SyntaxNode, label As LabelSymbol, labelExpressionOpt As BoundLabel, Optional hasErrors As Boolean = False) 6598Private ReadOnly _LabelExpressionOpt As BoundLabel 6599Public ReadOnly Property LabelExpressionOpt As BoundLabel 6610Public Function Update(label As LabelSymbol, labelExpressionOpt As BoundLabel) As BoundGotoStatement 9551Return VisitLabel(CType(node, BoundLabel), arg) 10149Public Overridable Function VisitLabel(node As BoundLabel, arg As A) As R 10852Public Overridable Function VisitLabel(node As BoundLabel) As BoundNode 11717Public Overrides Function VisitLabel(node As BoundLabel) As BoundNode 12758Public Overrides Function VisitLabel(node As BoundLabel) As BoundNode 12764Dim labelExpressionOpt As BoundLabel = DirectCast(Me.Visit(node.LabelExpressionOpt), BoundLabel) 14118Public Overrides Function VisitLabel(node As BoundLabel, arg As Object) As TreeDumperNode