2 writes to _count
mscorlib (2)
system\security\cryptography\sha384managed.cs (2)
108_count = 0; 136_count += (ulong) partInLen;
3 references to _count
mscorlib (3)
system\security\cryptography\sha384managed.cs (3)
133bufferLen = (int) (_count & 0x7f); 180padLen = 128 - (int)(_count & 0x7f); 188bitCount = _count * 8;