1 override of LabelName
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceLabelSymbol.vb (1)
36
Friend Overrides ReadOnly Property
LabelName
As SyntaxToken
2 references to LabelName
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Statements.vb (1)
823
Dim labelParent = DirectCast(label.
LabelName
.Parent, VisualBasicSyntaxNode)
Binding\ExecutableCodeBinder.vb (1)
106
If labelSymbol.
LabelName
= labelName Then