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