3 writes to _next
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
754_next = root; 770_next = _next.Next; 781_next = curr.Next;
3 references to _next
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
767if (_next != null) 769_current = _next; 770_next = _next.Next;