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