12 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (4)
CodeGen\CodeGenTuples.vb (4)
20858Dim derivedSymbol = model.GetDeclaredSymbol(derived) 20895Dim derivedSymbol = model.GetDeclaredSymbol(derived) 20937Dim derivedSymbol = DirectCast(model.GetDeclaredSymbol(derived), NamedTypeSymbol) 20995Dim derivedSymbol = model.GetDeclaredSymbol(derived)
Microsoft.CodeAnalysis.VisualBasic.Features (3)
GenerateType\VisualBasicGenerateTypeService.vb (1)
400Return If(typeBlock Is Nothing, Nothing, TryCast(semanticModel.GetDeclaredSymbol(typeBlock.BlockStatement, cancellationToken), INamedTypeSymbol))
ImplementInterface\VisualBasicImplementInterfaceService.vb (1)
78classOrStructType = model.GetDeclaredSymbol(classOrStructBlock.BlockStatement, cancellationToken)
IntroduceVariable\VisualBasicIntroduceVariableService_IntroduceField.vb (1)
24document.SemanticModel.GetDeclaredSymbol(oldTypeDeclaration.BlockStatement, cancellationToken),
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (5)
Compilation\SemanticModelGetDeclaredSymbolAPITests.vb (5)
1750Dim i1Symbol = model.GetDeclaredSymbol(i1Syntax) 1756Dim c1Symbol = model.GetDeclaredSymbol(c1Syntax) 1759Dim i2Symbol = model.GetDeclaredSymbol(i2Syntax) 1762Dim c2Symbol = model.GetDeclaredSymbol(c2Syntax) 2951Dim symbol = model.GetDeclaredSymbol(syntax)