1 write to s_clearToEol
System.Console (1)
System\IO\StdInReader.cs (1)
215
s_clearToEol
??= ConsolePal.TerminalFormatStringsInstance.ClrEol ?? string.Empty;
1 reference to s_clearToEol
System.Console (1)
System\IO\StdInReader.cs (1)
220
ConsolePal.WriteTerminalAnsiString(
s_clearToEol
, mayChangeCursorPosition: false);