17 references to BoundLabel
Microsoft.CodeAnalysis.VisualBasic (17)
Binding\Binder_Expressions.vb (1)
1038
ReportDiagnostic(diagnostics, expr.Syntax, ERRID.ERR_VoidValue, DirectCast(expr,
BoundLabel
).Label.Name)
Binding\Binder_Statements.vb (3)
834
Dim boundLabel = DirectCast(boundLabelExpression,
boundLabel
)
5264
Dim boundLabel = DirectCast(boundLabelExpression,
boundLabel
)
5303
Dim boundLabel = DirectCast(boundLabelExpression,
boundLabel
)
Generated\BoundNodes.xml.Generated.vb (13)
6594
Public Function Update(label As LabelSymbol, type As TypeSymbol) As
BoundLabel
6607
Public Sub New(syntax As SyntaxNode, label As LabelSymbol, labelExpressionOpt As
BoundLabel
, Optional hasErrors As Boolean = False)
6624
Private ReadOnly _LabelExpressionOpt As
BoundLabel
6625
Public ReadOnly Property LabelExpressionOpt As
BoundLabel
6636
Public Function Update(label As LabelSymbol, labelExpressionOpt As
BoundLabel
) As BoundGotoStatement
9585
Return VisitLabel(CType(node,
BoundLabel
), arg)
10183
Public Overridable Function VisitLabel(node As
BoundLabel
, arg As A) As R
10886
Public Overridable Function VisitLabel(node As
BoundLabel
) As BoundNode
11751
Public Overrides Function VisitLabel(node As
BoundLabel
) As BoundNode
12792
Public Overrides Function VisitLabel(node As
BoundLabel
) As BoundNode
12798
Dim labelExpressionOpt As
BoundLabel
= DirectCast(Me.Visit(node.LabelExpressionOpt),
BoundLabel
)
14155
Public Overrides Function VisitLabel(node As
BoundLabel
, arg As Object) As TreeDumperNode