2 writes to _current
Text.Analyzers (2)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (2)
663_current = _next; 674_current = curr;
1 reference to _current
Text.Analyzers (1)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
657public V Current => _current!.Value;