2 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpSemanticModel.cs (1)
5125
return this.
GetDeclaredSymbol
((ForEachStatementSyntax)node);
CSharpExtensions.cs (1)
1585
return csmodel?.
GetDeclaredSymbol
(forEachStatement);