2 instantiations of MetadataInfo
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (2)
89
return _peReferenceToInfo.GetOrAdd(reference, new
MetadataInfo
(info, referencingProjects)).SymbolTreeInfo;
202
metadataInfo = new
MetadataInfo
(info, metadataInfo.ReferencingProjects ?? []);
3 references to MetadataInfo
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (3)
31
private readonly ConcurrentDictionary<PortableExecutableReference,
MetadataInfo
> _peReferenceToInfo = [];
77
if (_peReferenceToInfo.TryGetValue(reference, out
var
metadataInfo))
193
if (!_peReferenceToInfo.TryGetValue(reference, out
var
metadataInfo) ||