2 references to _fillPercentageBeforeResize
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (2)
80private volatile int _resizeCount = _initialSize * _fillPercentageBeforeResize / 100; 337_resizeCount = checked((newSize * _fillPercentageBeforeResize) / 100);