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)
136bufferLen = (int) (_count & 0x3f); 182padLen = 64 - (int)(_count & 0x3f); 190bitCount = _count * 8;