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)
65if (!_canVectorize || source.Length < _shouldVectorizeScale * Vector128<byte>.Count)