2 writes to _extraCount
System.Security.Cryptography (2)
System\Security\Cryptography\PasswordDeriveBytes.cs (2)
133_extraCount += cb; 156_extraCount = cb - ib;
2 references to _extraCount
System.Security.Cryptography (2)
System\Security\Cryptography\PasswordDeriveBytes.cs (2)
126ib = _extra.Length - _extraCount; 129Buffer.BlockCopy(_extra, _extraCount, rgbOut, 0, cb);