3 references to LabelsMap
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\ExecutableCodeBinder.vb (3)
105
For Each labelSymbol As LabelSymbol In Me.
LabelsMap
(name)
122
If (options And LookupOptions.LabelsOnly) = LookupOptions.LabelsOnly AndAlso
LabelsMap
IsNot Nothing Then
123
Dim labels = Me.
LabelsMap
(name)