2 writes to _prefix
System.Security.Cryptography (2)
System\Security\Cryptography\PasswordDeriveBytes.cs (2)
164
_prefix
= 0;
287
_prefix
+= 1;
7 references to _prefix
System.Security.Cryptography (7)
System\Security\Cryptography\PasswordDeriveBytes.cs (7)
262
if (
_prefix
> 999)
268
if (
_prefix
>= 100)
270
rgb[0] += (byte)(
_prefix
/ 100);
274
if (
_prefix
>= 10)
276
rgb[cb] += (byte)((
_prefix
% 100) / 10);
280
if (
_prefix
> 0)
282
rgb[cb] += (byte)(
_prefix
% 10);