2 writes to _extraCount
mscorlib (2)
system\security\cryptography\passwordderivebytes.cs (2)
152
_extraCount
+= cb;
174
_extraCount
= cb-ib;
2 references to _extraCount
mscorlib (2)
system\security\cryptography\passwordderivebytes.cs (2)
148
ib = _extra.Length -
_extraCount
;
150
Buffer.InternalBlockCopy(_extra,
_extraCount
, rgbOut, 0, cb);