5 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\SemanticModel.vb (1)
3270
Return Me.
GetDeclaredSymbol
(DirectCast(node, LabelStatementSyntax), cancellationToken)
VisualBasicExtensions.vb (1)
944
Return vbmodel.
GetDeclaredSymbol
(declarationSyntax, cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (3)
Semantics\GetSemanticInfoTests.vb (3)
992
Dim labelSymbol = model.
GetDeclaredSymbol
(expressionSyntax2)
1022
Dim declaredSymbol = model.
GetDeclaredSymbol
(expressionSyntax)
1049
Dim declaredSymbol = model.
GetDeclaredSymbol
(expressionSyntax)