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