3 writes to _endIndex
System.Console (3)
System\IO\StdInReader.cs (3)
42_endIndex = 0; 71_startIndex = _endIndex = 0; 85_endIndex += charLen;
5 references to _endIndex
System.Console (5)
System\IO\StdInReader.cs (5)
51return _startIndex >= _endIndex; // Everything has been processed; 75Debug.Assert(_endIndex > 0); 76int spaceRemaining = _unprocessedBufferToBeRead.Length - _endIndex; 84chars.CopyTo(_unprocessedBufferToBeRead.AsSpan(_endIndex)); 368return KeyParser.Parse(_unprocessedBufferToBeRead, ConsolePal.TerminalFormatStringsInstance, ConsolePal.s_posixDisableValue, ConsolePal.s_veraseCharacter, ref _startIndex, _endIndex);