2 writes to length
Microsoft.Maui (2)
Services\Crc64HashAlgorithm.cs (2)
155
length
= 0;
164
length
+= (ulong)cbSize;
1 reference to length
Microsoft.Maui (1)
Services\Crc64HashAlgorithm.cs (1)
167
protected override byte[] HashFinal() => BitConverter.GetBytes(crc ^
length
);