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)
188int size = _endIndex - _startIndex; 207Debug.Assert(_startIndex == 0 && _endIndex == 0, "Invalid start or end index in the internal buffer.");