3 writes to s_windowWidth
System.Console (3)
System\ConsolePal.Unix.cs (3)
372s_windowWidth = winsize.Col; 377s_windowWidth = TerminalFormatStringsInstance.Columns; 1105s_windowWidth = -1;
2 references to s_windowWidth
System.Console (2)
System\ConsolePal.Unix.cs (2)
366if (s_windowWidth == -1) 382width = s_windowWidth;