4 writes to _index
ILCompiler.TypeSystem (4)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (4)
686_index = 0; 694for (; _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)
694for (; _index < _hashtableContentsToEnumerate.Length; _index++) 696if ((_hashtableContentsToEnumerate[_index] != null) && (_hashtableContentsToEnumerate[_index] != _sentinel)) 698_current = _hashtableContentsToEnumerate[_index]; 704if (_index == _hashtableContentsToEnumerate.Length)