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