2 writes to _count
mscorlib (2)
system\security\cryptography\sha256managed.cs (2)
109
_count
= 0;
137
_count
+= partInLen;
3 references to _count
mscorlib (3)
system\security\cryptography\sha256managed.cs (3)
134
bufferLen = (int) (
_count
& 0x3f);
180
padLen = 64 - (int)(
_count
& 0x3f);
188
bitCount =
_count
* 8;