2 types derived from LabelSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\LabelSymbol.vb (1)
145Inherits LabelSymbol
Symbols\Source\SourceLabelSymbol.vb (1)
17Inherits LabelSymbol
2 instantiations of LabelSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\LabelSymbol.vb (1)
148MyBase.New(name)
Symbols\Source\SourceLabelSymbol.vb (1)
26MyBase.New(labelNameToken.ValueText)
3 references to LabelSymbol
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\SyntheticBoundTrees\SynthesizedStringSwitchHashMethod.vb (2)
60Dim again As LabelSymbol = F.GenerateLabel("again") 61Dim start As LabelSymbol = F.GenerateLabel("start")
Symbols\Source\SynthesizedInteractiveInitializerMethod.vb (1)
16Friend ReadOnly ExitLabel As LabelSymbol