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)
134bufferLen = (int) (_count & 0x3f); 180padLen = 64 - (int)(_count & 0x3f); 188bitCount = _count * 8;