1 implementation of GetSize
Microsoft.Build (1)
Logging\TerminalLogger\Terminal.cs (1)
89public (int Width, int Height) GetSize()
5 references to GetSize
Microsoft.Build (5)
Logging\TerminalLogger\TerminalLogger.cs (5)
817terminalSize = Terminal.GetSize(); 890(int width, int height) = terminalSize ?? Terminal.GetSize(); 1519(int width, int height) = Terminal.GetSize(); 1540(int width, int height) = Terminal.GetSize(); 1580EraseNodes(Terminal.GetSize().Width);