3 writes to _startIndex
System.Console (3)
System\IO\StdInReader.cs (3)
41
_startIndex
= 0;
71
_startIndex
= _endIndex = 0;
368
return 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)
51
return
_startIndex
>= _endIndex; // Everything has been processed;