5 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (5)
Binding\MethodBodyBindingTests.vb (5)
336
Dim sym1 = model.
GetDeclaredSymbol
(DirectCast(node1.Parent, CatchStatementSyntax))
341
Dim sym2 = model.
GetDeclaredSymbol
(DirectCast(node2.Parent, CatchStatementSyntax))
393
Dim sym1 = model.
GetDeclaredSymbol
(DirectCast(node1.Parent, CatchStatementSyntax))
395
Dim sym2 = model.
GetDeclaredSymbol
(DirectCast(node2.Parent, CatchStatementSyntax))
397
Dim sym3 = model.
GetDeclaredSymbol
(DirectCast(node3.Parent, CatchStatementSyntax))