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)
262if (_prefix > 999) 268if (_prefix >= 100) 270rgb[0] += (byte)(_prefix / 100); 274if (_prefix >= 10) 276rgb[cb] += (byte)((_prefix % 100) / 10); 280if (_prefix > 0) 282rgb[cb] += (byte)(_prefix % 10);