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)
1259var declaredSymbol = GetDeclaredSymbol(variableDecl); 2017var field = this.GetDeclaredSymbol(declarator, cancellationToken) as ISymbol;