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)
185int size = _endIndex - _startIndex; 192bufferSpan.Slice(_startIndex, size).CopyTo(destination); 198bufferSpan.Slice(_startIndex, cb).CopyTo(destination); 204Debug.Assert(_startIndex == 0 && _endIndex == 0, "Invalid start or end index in the internal buffer.");