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)
126
ib = _extra.Length -
_extraCount
;
129
Buffer.BlockCopy(_extra,
_extraCount
, rgbOut, 0, cb);