2 writes to s_windowHeight
System.Console (2)
System\ConsolePal.Unix.cs (2)
365
s_windowHeight
= winsize.Row;
370
s_windowHeight
= TerminalFormatStringsInstance.Lines;
1 reference to s_windowHeight
System.Console (1)
System\ConsolePal.Unix.cs (1)
375
height =
s_windowHeight
;