3 references to GetDeclaredSymbolForNode
Microsoft.CodeAnalysis (3)
Compilation\Extensions.cs (1)
131
return semanticModel.
GetDeclaredSymbolForNode
(declaration, cancellationToken);
Compilation\SemanticModel.cs (2)
404
/// Gets the symbols associated with a declaration syntax node. Unlike <see cref="
GetDeclaredSymbolForNode
(SyntaxNode, CancellationToken)"/>,
425
/// Gets the symbols associated with a declaration syntax node. Unlike <see cref="
GetDeclaredSymbolForNode
(SyntaxNode, CancellationToken)"/>,