2 references to GetSymbolInfo
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (1)
56var symbolInfo = state.Cache.GetSymbolInfo(node, cancellationToken);
FindSymbols\FindReferences\FindReferencesSearchEngine_FindReferencesInDocuments.cs (1)
185var symbolInfo = state.Cache.GetSymbolInfo(parent, cancellationToken);