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