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