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