1 instantiation of MetadataInfo
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (1)
91
return _peReferenceToInfo.GetOrAdd(reference, new
MetadataInfo
(info, referencingProjects)).SymbolTreeInfo;
3 references to MetadataInfo
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (3)
30
private readonly ConcurrentDictionary<PortableExecutableReference,
MetadataInfo
> _peReferenceToInfo = [];
79
if (_peReferenceToInfo.TryGetValue(reference, out
var
metadataInfo))
195
if (!_peReferenceToInfo.TryGetValue(reference, out
var
metadataInfo) ||