3 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\EndConstructStatementVisitor.vb (1)
105
Dim boundConstructor = _state.SemanticModel.
GetDeclaredSymbol
(DirectCast(methodBlock.BlockStatement, SubNewStatementSyntax))
Microsoft.CodeAnalysis.VisualBasic.Features (1)
GenerateConstructor\VisualBasicGenerateConstructorService.vb (1)
171
Return If(subNewStatement IsNot Nothing, semanticModel.
GetDeclaredSymbol
(subNewStatement, cancellationToken), Nothing)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Compilation\SemanticModelGetDeclaredSymbolAPITests.vb (1)
1685
Dim nSymbol = model.
GetDeclaredSymbol
(nSyntax)