4 writes to _strongCache
Microsoft.Build (4)
Evaluation\ProjectRootElementCache.cs (4)
155_strongCache = new LinkedList<ProjectRootElement>(); 431_strongCache = new LinkedList<ProjectRootElement>(); 447_strongCache = new LinkedList<ProjectRootElement>(); 488_strongCache = new LinkedList<ProjectRootElement>();
13 references to _strongCache
Microsoft.Build (13)
Evaluation\ProjectRootElementCache.cs (13)
429DebugTraceCache("Clearing strong refs: ", _strongCache.Count); 487LinkedList<ProjectRootElement> oldStrongCache = _strongCache; 506_strongCache.AddFirst(kvp.Value); 571_strongCache.Remove(existingWeakEntry); 593LinkedListNode<ProjectRootElement> node = _strongCache.First; 600_strongCache.Remove(node); 601_strongCache.AddFirst(node); 609_strongCache.AddFirst(projectRootElement); 611if (_strongCache.Count > s_maximumStrongCacheSize) 613node = _strongCache.Last; 616_strongCache.Remove(node); 632LinkedListNode<ProjectRootElement> strongCacheEntry = _strongCache.Find(projectRootElement); 635_strongCache.Remove(strongCacheEntry);