2 writes to _count
mscorlib (2)
system\security\cryptography\ripemd160managed.cs (2)
78
_count
= 0;
99
_count
+= partInLen;
3 references to _count
mscorlib (3)
system\security\cryptography\ripemd160managed.cs (3)
96
bufferLen = (int) (
_count
& 0x3f);
138
padLen = 64 - (int)(
_count
& 0x3f);
146
bitCount =
_count
* 8;