5 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.VisualBasic (1)
VisualBasicExtensions.vb (1)
1126
Return vbmodel.
GetDeclaredSymbol
(declarationSyntax, cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (4)
SymbolsTests\Source\OperatorsTests.vb (4)
186
op = DirectCast(model.
GetDeclaredSymbol
(operatorSyntax), MethodSymbol)
384
op = DirectCast(model.
GetDeclaredSymbol
(operatorSyntax), MethodSymbol)
543
op = DirectCast(model.
GetDeclaredSymbol
(operatorSyntax), MethodSymbol)
920
op = DirectCast(model.
GetDeclaredSymbol
(operatorSyntax), MethodSymbol)