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)
429
DebugTraceCache("Clearing strong refs: ",
_strongCache
.Count);
487
LinkedList<ProjectRootElement> oldStrongCache =
_strongCache
;
506
_strongCache
.AddFirst(kvp.Value);
571
_strongCache
.Remove(existingWeakEntry);
593
LinkedListNode<ProjectRootElement> node =
_strongCache
.First;
600
_strongCache
.Remove(node);
601
_strongCache
.AddFirst(node);
609
_strongCache
.AddFirst(projectRootElement);
611
if (
_strongCache
.Count > s_maximumStrongCacheSize)
613
node =
_strongCache
.Last;
616
_strongCache
.Remove(node);
632
LinkedListNode<ProjectRootElement> strongCacheEntry =
_strongCache
.Find(projectRootElement);
635
_strongCache
.Remove(strongCacheEntry);