1 write to s_moveLeftString
System.Console (1)
System\IO\StdInReader.cs (1)
227s_moveLeftString = !string.IsNullOrEmpty(moveLeft) ? moveLeft + " " + moveLeft : string.Empty;
2 references to s_moveLeftString
System.Console (2)
System\IO\StdInReader.cs (2)
224if (s_moveLeftString == null) 230ConsolePal.WriteTerminalAnsiString(s_moveLeftString);