1 write to _resizeCount
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (1)
337
_resizeCount
= checked((newSize * _fillPercentageBeforeResize) / 100);
1 reference to _resizeCount
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (1)
390
if (_count >=
_resizeCount
)