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