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