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