2 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpSemanticModel.cs (1)
5127
return this.
GetDeclaredSymbol
((CatchDeclarationSyntax)node);
CSharpExtensions.cs (1)
1596
return csmodel?.
GetDeclaredSymbol
(catchDeclaration);