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