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