3 writes to _endIndex
System.Security.Cryptography (3)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (3)
196
_startIndex =
_endIndex
= 0;
222
_endIndex
= _buffer.Length;
276
_startIndex =
_endIndex
= 0;
2 references to _endIndex
System.Security.Cryptography (2)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (2)
188
int size =
_endIndex
- _startIndex;
207
Debug.Assert(_startIndex == 0 &&
_endIndex
== 0, "Invalid start or end index in the internal buffer.");