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