1 write to _shouldVectorizeScale
System.IO.Hashing (1)
System\IO\Hashing\Crc32ParameterSet.Vectorized.cs (1)
29
_shouldVectorizeScale
= shouldVectorizeScale;
1 reference to _shouldVectorizeScale
System.IO.Hashing (1)
System\IO\Hashing\Crc32ParameterSet.Vectorized.cs (1)
65
if (!_canVectorize || source.Length <
_shouldVectorizeScale
* Vector128<byte>.Count)