1 instantiation of CacheEntry
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\CodeModelProjectCache.cs (1)
119var newCacheEntry = new CacheEntry(newFileCodeModel);
8 references to CacheEntry
Microsoft.VisualStudio.LanguageServices.Implementation (8)
CodeModel\CodeModelProjectCache.cs (8)
26private readonly Dictionary<string, CacheEntry> _cache = new Dictionary<string, CacheEntry>(StringComparer.OrdinalIgnoreCase); 52private CacheEntry? GetCacheEntry(string fileName) 56if (_cache.TryGetValue(fileName, out var cacheEntry)) 119var newCacheEntry = new CacheEntry(newFileCodeModel); 161foreach (var cacheEntry in _cache.Values) 197if (_cache.TryGetValue(fileName, out var cacheEntry)) 214if (_cache.TryGetValue(oldFileName, out var cacheEntry))