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