4 writes to _strongCache
Microsoft.Build (4)
Evaluation\ProjectRootElementCache.cs (4)
157_strongCache = new LinkedList<ProjectRootElement>(); 439_strongCache = new LinkedList<ProjectRootElement>(); 455_strongCache = new LinkedList<ProjectRootElement>(); 478_strongCache = new LinkedList<ProjectRootElement>();
13 references to _strongCache
Microsoft.Build (13)
Evaluation\ProjectRootElementCache.cs (13)
437DebugTraceCache("Clearing strong refs: ", _strongCache.Count); 477LinkedList<ProjectRootElement> oldStrongCache = _strongCache; 496_strongCache.AddFirst(kvp.Value); 561_strongCache.Remove(existingWeakEntry); 583LinkedListNode<ProjectRootElement> node = _strongCache.First; 590_strongCache.Remove(node); 591_strongCache.AddFirst(node); 599_strongCache.AddFirst(projectRootElement); 601if (_strongCache.Count > s_maximumStrongCacheSize) 603node = _strongCache.Last; 606_strongCache.Remove(node); 622LinkedListNode<ProjectRootElement> strongCacheEntry = _strongCache.Find(projectRootElement); 625_strongCache.Remove(strongCacheEntry);