2 references to _tokenToInfoMap
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Utilities\SemanticMap.cs (1)
35
return _expressionToInfoMap.Values.Concat(
_tokenToInfoMap
.Values).Select(info => info.Symbol).Distinct();
Shared\Utilities\SemanticMap.Walker.cs (1)
32
map.
_tokenToInfoMap
.Add(childToken, info);