Base:
method
GetDeclaredSymbol
Microsoft.CodeAnalysis.CSharp.CSharpSemanticModel.GetDeclaredSymbol(Microsoft.CodeAnalysis.CSharp.Syntax.VariableDeclaratorSyntax, System.Threading.CancellationToken)
2 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.CSharp (2)
Compilation\SyntaxTreeSemanticModel.cs (2)
1259
var declaredSymbol =
GetDeclaredSymbol
(variableDecl);
2017
var field = this.
GetDeclaredSymbol
(declarator, cancellationToken) as ISymbol;