2 writes to next
GenerateDocumentationAndConfigFiles (2)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (2)
262this.next = next; 591head.next = newNext;
2 references to next
GenerateDocumentationAndConfigFiles (2)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (2)
265public override Node Next => next; 590var newNext = new NodeLinked(key, value, head.next);