3 writes to _next
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (3)
643
_next
= root;
660
_next
= _next.Next;
671
_next
= curr.Next;
3 references to _next
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (3)
657
if (
_next
!= null)
659
_current =
_next
;
660
_next =
_next
.Next;