1 instantiation of CacheEntry
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\CodeModelProjectCache.cs (1)
119
var newCacheEntry = new
CacheEntry
(newFileCodeModel);
8 references to CacheEntry
Microsoft.VisualStudio.LanguageServices.Implementation (8)
CodeModel\CodeModelProjectCache.cs (8)
26
private readonly Dictionary<string,
CacheEntry
> _cache = new Dictionary<string,
CacheEntry
>(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))