13 references to Label
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Statements.vb (2)
5261Dim boundLabelExpression As BoundExpression = BindExpression(node.Label, diagnostics) 5267Return 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)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\IsStatementTerminatingTokenVisitor.vb (2)
96If node.Label IsNot Nothing AndAlso TargetTokenMatches(node.Label.LabelToken) Then
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\IsStatementTerminatingTokenVisitor.vb (2)
96If node.Label IsNot Nothing AndAlso TargetTokenMatches(node.Label.LabelToken) Then
Roslyn.Diagnostics.VisualBasic.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\IsStatementTerminatingTokenVisitor.vb (2)
96If node.Label IsNot Nothing AndAlso TargetTokenMatches(node.Label.LabelToken) Then