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