2 references to UpdateScalar
System.IO.Hashing (2)
System\IO\Hashing\Crc64.cs (1)
177return UpdateScalar(crc, source);
System\IO\Hashing\Crc64.Vectorized.cs (1)
156? UpdateScalar(result, MemoryMarshal.CreateReadOnlySpan(ref srcRef, length))