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)
298
if (
_prefix
> 999)
301
if (
_prefix
>= 100) {
302
rgb[0] += (byte) (
_prefix
/100);
305
if (
_prefix
>= 10) {
306
rgb[cb] += (byte) ((
_prefix
% 100) / 10);
309
if (
_prefix
> 0) {
310
rgb[cb] += (byte) (
_prefix
% 10);