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)
96bufferLen = (int) (_count & 0x3f); 138padLen = 64 - (int)(_count & 0x3f); 146bitCount = _count * 8;