3 writes to _endIndex
System.Security.Cryptography (3)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (3)
193_startIndex = _endIndex = 0; 219_endIndex = _buffer.Length; 273_startIndex = _endIndex = 0;
2 references to _endIndex
System.Security.Cryptography (2)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (2)
185int size = _endIndex - _startIndex; 204Debug.Assert(_startIndex == 0 && _endIndex == 0, "Invalid start or end index in the internal buffer.");