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