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)
692
if ((_sentinel != null) && (
_hashtableContentsToEnumerate
!= null))
694
for (; _index <
_hashtableContentsToEnumerate
.Length; _index++)
696
if ((
_hashtableContentsToEnumerate
[_index] != null) && (
_hashtableContentsToEnumerate
[_index] != _sentinel))
698
_current =
_hashtableContentsToEnumerate
[_index];
704
if (_index ==
_hashtableContentsToEnumerate
.Length)