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)
692
if ((
_sentinel
!= null) && (_hashtableContentsToEnumerate != null))
696
if ((_hashtableContentsToEnumerate[_index] != null) && (_hashtableContentsToEnumerate[_index] !=
_sentinel
))
706
_current =
_sentinel
;