2 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Compilation\SemanticModelGetDeclaredSymbolAPITests.vb (2)
1150
Dim sym1 = model.
GetDeclaredSymbol
(nodes.First())
1151
Dim sym2 = model.
GetDeclaredSymbol
(nodes.Last())