2 references to GetLabelSymbol
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Compilation\SemanticModelGetDeclaredSymbolAPITests.vb (2)
1929
Dim label1 =
GetLabelSymbol
(compilation, bindings, "a.vb", "Label1", Nothing)
1933
Dim label2 =
GetLabelSymbol
(compilation, bindings, "a.vb", "Label2", Nothing)