3 writes to s_windowWidth
System.Console (3)
System\ConsolePal.Unix.cs (3)
374
s_windowWidth
= winsize.Col;
379
s_windowWidth
= TerminalFormatStringsInstance.Columns;
1107
s_windowWidth
= -1;
2 references to s_windowWidth
System.Console (2)
System\ConsolePal.Unix.cs (2)
368
if (
s_windowWidth
== -1)
384
width =
s_windowWidth
;