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)
125bufferLen = (int) (_count & 0x7f); 172padLen = 128 - (int)(_count & 0x7f); 180bitCount = _count * 8;