4 writes to _startIndex
System.Security.Cryptography (4)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (4)
193
_startIndex
= _endIndex = 0;
199
_startIndex
+= cb;
218
_startIndex
= remainder;
273
_startIndex
= _endIndex = 0;
4 references to _startIndex
System.Security.Cryptography (4)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (4)
185
int size = _endIndex -
_startIndex
;
192
bufferSpan.Slice(
_startIndex
, size).CopyTo(destination);
198
bufferSpan.Slice(
_startIndex
, cb).CopyTo(destination);
204
Debug.Assert(
_startIndex
== 0 && _endIndex == 0, "Invalid start or end index in the internal buffer.");