1 instantiation of NodeLinked
Test.Utilities (1)
SmallDictionary.cs (1)
587var newNext = new NodeLinked(key, value, head.next);
1 reference to NodeLinked
Test.Utilities (1)
SmallDictionary.cs (1)
587var newNext = new NodeLinked(key, value, head.next);