2 writes to _prefix
mscorlib (2)
system\security\cryptography\passwordderivebytes.cs (2)
181_prefix = 0; 314_prefix += 1;
7 references to _prefix
mscorlib (7)
system\security\cryptography\passwordderivebytes.cs (7)
298if (_prefix > 999) 301if (_prefix >= 100) { 302rgb[0] += (byte) (_prefix /100); 305if (_prefix >= 10) { 306rgb[cb] += (byte) ((_prefix % 100) / 10); 309if (_prefix > 0) { 310rgb[cb] += (byte) (_prefix % 10);