1 write to _semanticModel
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\SemanticMap.Walker.cs (1)
23_semanticModel = semanticModel;
2 references to _semanticModel
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Utilities\SemanticMap.Walker.cs (2)
30var info = _semanticModel.GetSymbolInfo(node); 41var info = _semanticModel.GetSymbolInfo(token, _cancellationToken);