3 references to GoToLabel
Microsoft.CodeAnalysis.VisualBasic (3)
BoundTree\BoundOnErrorStatement.vb (2)
21
Me.New(syntax, OnErrorStatementKind.
GoToLabel
, label, labelExpressionOpt, hasErrors)
27
Debug.Assert((Me.OnErrorKind = OnErrorStatementKind.
GoToLabel
) = Not (Me.LabelOpt Is Nothing AndAlso Me.LabelExpressionOpt Is Nothing))
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (1)
352
Case OnErrorStatementKind.
GoToLabel