1 write to _hashtableContentsToEnumerate
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (1)
685_hashtableContentsToEnumerate = hashtable._hashtable;
6 references to _hashtableContentsToEnumerate
ILCompiler.TypeSystem (6)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (6)
692if ((_sentinel != null) && (_hashtableContentsToEnumerate != null)) 694for (; _index < _hashtableContentsToEnumerate.Length; _index++) 696if ((_hashtableContentsToEnumerate[_index] != null) && (_hashtableContentsToEnumerate[_index] != _sentinel)) 698_current = _hashtableContentsToEnumerate[_index]; 704if (_index == _hashtableContentsToEnumerate.Length)