8 references to WorkspaceMetadataCache
Microsoft.NET.ProjectData (8)
Donor\ProjectDataDonorIndex.Reader.cs (1)
18 internal static int WorkspaceMetadataCacheCount => WorkspaceMetadataCache.Count;
Donor\ProjectDataDonorIndex.Selection.cs (7)
138 WorkspaceMetadataCache.TryGetValue(cacheKey, out WorkspaceMetadataCacheEntry? cached); 150 RemoveCacheEntry(WorkspaceMetadataCache, cacheKey, cached); 173 ? WorkspaceMetadataCache.TryAdd(cacheKey, created) 174 : WorkspaceMetadataCache.TryUpdate(cacheKey, created, cached); 183 RemoveCacheEntry(WorkspaceMetadataCache, cacheKey, created); 190 RemoveCacheEntry(WorkspaceMetadataCache, cacheKey, created); 199 TrimCache(WorkspaceMetadataCache, cacheKey);