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