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