2 writes to _count
mscorlib (2)
system\security\cryptography\sha1managed.cs (2)
107
_count
= 0;
139
_count
+= partInLen;
3 references to _count
mscorlib (3)
system\security\cryptography\sha1managed.cs (3)
136
bufferLen = (int) (
_count
& 0x3f);
182
padLen = 64 - (int)(
_count
& 0x3f);
190
bitCount =
_count
* 8;