1 write to _nodeList
Microsoft.CodeAnalysis (1)
InternalUtilities\ConcurrentLruCache.cs (1)
41_nodeList = new LinkedList<K>();
7 references to _nodeList
Microsoft.CodeAnalysis (7)
InternalUtilities\ConcurrentLruCache.cs (7)
70foreach (K key in _nodeList) 90if (!ReferenceEquals(_nodeList.First, node)) 92_nodeList.Remove(node); 93_nodeList.AddFirst(node); 103var lastNode = _nodeList.Last; 104_nodeList.Remove(lastNode!); 112_nodeList.AddFirst(node);