4 writes to _startIndex
System.Security.Cryptography (4)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (4)
196_startIndex = _endIndex = 0; 202_startIndex += cb; 221_startIndex = remainder; 276_startIndex = _endIndex = 0;
4 references to _startIndex
System.Security.Cryptography (4)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (4)
188int size = _endIndex - _startIndex; 195bufferSpan.Slice(_startIndex, size).CopyTo(destination); 201bufferSpan.Slice(_startIndex, cb).CopyTo(destination); 207Debug.Assert(_startIndex == 0 && _endIndex == 0, "Invalid start or end index in the internal buffer.");