3 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (3)
Compilation\SemanticModelAPITests.vb (1)
3825
model.
GetDeclaredSymbol
(DirectCast(name, DeclareStatementSyntax))
Compilation\SemanticModelGetDeclaredSymbolAPITests.vb (2)
1697
Dim declareSubSymbol = model.
GetDeclaredSymbol
(declareSubSyntax)
1701
Dim declareFunSymbol = model.
GetDeclaredSymbol
(declareFunSyntax)