1 instantiation of NodeLinked
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
478
var newNext = new
NodeLinked
(key, value, head.next);
1 reference to NodeLinked
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
478
var
newNext = new NodeLinked(key, value, head.next);