3 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Compilation\SemanticModelGetDeclaredSymbolAPITests.vb (2)
761Return semanticModel.GetDeclaredSymbol(DirectCast(node, NamespaceStatementSyntax)) 1753Dim nsSymbol = model.GetDeclaredSymbol(nsSyntax)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Source\SourceSymbolTests.vb (1)
40Dim symbol = model.GetDeclaredSymbol(nsSyntax)