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