1 write to _sentinel
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (1)
684_sentinel = hashtable._entryInProcessOfWritingSentinel;
3 references to _sentinel
ILCompiler.TypeSystem (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (3)
692if ((_sentinel != null) && (_hashtableContentsToEnumerate != null)) 696if ((_hashtableContentsToEnumerate[_index] != null) && (_hashtableContentsToEnumerate[_index] != _sentinel)) 706_current = _sentinel;