8 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (8)
Compilation\SemanticModelGetDeclaredSymbolAPITests.vb (1)
1793
Return semanticModel.
GetDeclaredSymbol
(syntax)
Semantics\GetSemanticInfoTests.vb (1)
4434
Return semanticModel.
GetDeclaredSymbol
(syntax)
Semantics\PartialMethodsTest.vb (6)
169
Dim ppSym01 = model1.
GetDeclaredSymbol
(pTypeParam01)
170
Dim ppSym02 = model2.
GetDeclaredSymbol
(pTypeParam02)
1057
Dim typeParaSym1 = model1.
GetDeclaredSymbol
(typePara1)
1058
Dim typeParaSym2 = model2.
GetDeclaredSymbol
(typePara2)
1113
Dim typeParaSym1 = model1.
GetDeclaredSymbol
(typePara1)
1114
Dim typeParaSym2 = model2.
GetDeclaredSymbol
(typePara2)