4 writes to _index
ILCompiler.TypeSystem (4)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (4)
686
_index
= 0;
694
for (; _index < _hashtableContentsToEnumerate.Length;
_index
++)
699
_index
++;
707
_index
++;
5 references to _index
ILCompiler.TypeSystem (5)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (5)
694
for (;
_index
< _hashtableContentsToEnumerate.Length; _index++)
696
if ((_hashtableContentsToEnumerate[
_index
] != null) && (_hashtableContentsToEnumerate[
_index
] != _sentinel))
698
_current = _hashtableContentsToEnumerate[
_index
];
704
if (
_index
== _hashtableContentsToEnumerate.Length)