2 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpSemanticModel.cs (1)
5138
return this.
GetDeclaredSymbol
((TupleElementSyntax)node, cancellationToken);
CSharpExtensions.cs (1)
1544
return csmodel?.
GetDeclaredSymbol
(declarationSyntax, cancellationToken);