3 references to VolatileReadNonSentinelFromHashtable
ILCompiler.TypeSystem (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (3)
445
TValue examineEntry =
VolatileReadNonSentinelFromHashtable
(hashTableLocal, tableIndex);
457
examineEntry =
VolatileReadNonSentinelFromHashtable
(hashTableLocal, tableIndex);
467
examineEntry =
VolatileReadNonSentinelFromHashtable
(hashTableLocal, tableIndex);