3 writes to s_windowWidth
System.Console (3)
System\ConsolePal.Unix.cs (3)
364
s_windowWidth
= winsize.Col;
369
s_windowWidth
= TerminalFormatStringsInstance.Columns;
1094
s_windowWidth
= -1;
2 references to s_windowWidth
System.Console (2)
System\ConsolePal.Unix.cs (2)
358
if (
s_windowWidth
== -1)
374
width =
s_windowWidth
;