2 writes to _count
mscorlib (2)
system\security\cryptography\sha512managed.cs (2)
100
_count
= 0;
128
_count
+= (ulong) partInLen;
3 references to _count
mscorlib (3)
system\security\cryptography\sha512managed.cs (3)
125
bufferLen = (int) (
_count
& 0x7f);
172
padLen = 128 - (int)(
_count
& 0x7f);
180
bitCount =
_count
* 8;