2 writes to _current
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (2)
546_current = _next; 557_current = curr;
1 reference to _current
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (1)
540public K Current => _current!.Key;