4 writes to _startIndex
System.Security.Cryptography (4)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (4)
196
_startIndex
= _endIndex = 0;
202
_startIndex
+= cb;
221
_startIndex
= remainder;
276
_startIndex
= _endIndex = 0;
4 references to _startIndex
System.Security.Cryptography (4)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (4)
188
int size = _endIndex -
_startIndex
;
195
bufferSpan.Slice(
_startIndex
, size).CopyTo(destination);
201
bufferSpan.Slice(
_startIndex
, cb).CopyTo(destination);
207
Debug.Assert(
_startIndex
== 0 && _endIndex == 0, "Invalid start or end index in the internal buffer.");