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