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