4 writes to _current
ILCompiler.TypeSystem (4)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (4)
687
_current
= default(TValue);
698
_current
= _hashtableContentsToEnumerate[_index];
706
_current
= _sentinel;
712
_current
= default(TValue);
1 reference to _current
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (1)
729
return
_current
;