2 references to MetadataInfo
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (2)
92
return _peReferenceToInfo.GetOrAdd(reference, new
MetadataInfo
(info, referencingProjects)).SymbolTreeInfo;
205
metadataInfo = new
MetadataInfo
(info, metadataInfo.ReferencingProjects ?? []);