3 writes to _startIndex
System.Console (3)
System\IO\StdInReader.cs (3)
41_startIndex = 0; 71_startIndex = _endIndex = 0; 368return KeyParser.Parse(_unprocessedBufferToBeRead, ConsolePal.TerminalFormatStringsInstance, ConsolePal.s_posixDisableValue, ConsolePal.s_veraseCharacter, ref _startIndex, _endIndex);
1 reference to _startIndex
System.Console (1)
System\IO\StdInReader.cs (1)
51return _startIndex >= _endIndex; // Everything has been processed;