1 instantiation of CacheEntry
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\CodeModelProjectCache.cs (1)
121var newCacheEntry = new CacheEntry(newFileCodeModel);
8 references to CacheEntry
Microsoft.VisualStudio.LanguageServices.Implementation (8)
CodeModel\CodeModelProjectCache.cs (8)
28private readonly Dictionary<string, CacheEntry> _cache = new Dictionary<string, CacheEntry>(StringComparer.OrdinalIgnoreCase); 54private CacheEntry? GetCacheEntry(string fileName) 58if (_cache.TryGetValue(fileName, out var cacheEntry)) 121var newCacheEntry = new CacheEntry(newFileCodeModel); 163foreach (var cacheEntry in _cache.Values) 199if (_cache.TryGetValue(fileName, out var cacheEntry)) 216if (_cache.TryGetValue(oldFileName, out var cacheEntry))