14 references to Label
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Statements.vb (2)
5230Dim boundLabelExpression As BoundExpression = BindExpression(node.Label, diagnostics) 5236Return New BoundResumeStatement(node, symbol, boundLabel, hasErrors:=Not IsValidLabelForGoto(symbol, node.Label, diagnostics))
Generated\Syntax.xml.Main.Generated.vb (2)
3216Dim newLabel = DirectCast(Visit(node.Label), LabelSyntax) 3217If node.Label IsNot newLabel Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
16732return Update(Me.Kind, resumeKeyword, Me.Label) 16769Return Me.Label 16798If kind <> Me.Kind OrElse resumeKeyword <> Me.ResumeKeyword OrElse label IsNot Me.Label Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
IsStatementTerminatingTokenVisitor.vb (2)
96If node.Label IsNot Nothing AndAlso TargetTokenMatches(node.Label.LabelToken) Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Generated\Syntax.Test.xml.Generated.vb (3)
19799Dim withObj = objectUnderTest.WithResumeKeyword(objectUnderTest.ResumeKeyword).WithLabel(objectUnderTest.Label) 19807Dim withObj = objectUnderTest.WithResumeKeyword(objectUnderTest.ResumeKeyword).WithLabel(objectUnderTest.Label) 19815Dim withObj = objectUnderTest.WithResumeKeyword(objectUnderTest.ResumeKeyword).WithLabel(objectUnderTest.Label)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
IsStatementTerminatingTokenVisitor.vb (2)
96If node.Label IsNot Nothing AndAlso TargetTokenMatches(node.Label.LabelToken) Then