10 references to Label
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Statements.vb (2)
831Dim boundLabelExpression As BoundExpression = BindExpression(node.Label, diagnostics) 841Not IsValidLabelForGoto(symbol, node.Label, diagnostics)
Generated\Syntax.xml.Main.Generated.vb (2)
2830Dim newLabel = DirectCast(Visit(node.Label), LabelSyntax) 2831If node.Label IsNot newLabel Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
13581return Update(goToKeyword, Me.Label) 13614Return Me.Label 13640If goToKeyword <> Me.GoToKeyword OrElse label IsNot Me.Label Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\IsStatementTerminatingTokenVisitor.vb (1)
62Return TargetTokenMatches(node.Label.LabelToken)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\IsStatementTerminatingTokenVisitor.vb (1)
62Return TargetTokenMatches(node.Label.LabelToken)
Roslyn.Diagnostics.VisualBasic.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\IsStatementTerminatingTokenVisitor.vb (1)
62Return TargetTokenMatches(node.Label.LabelToken)