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