1 write to Height
Microsoft.Build (1)
Logging\TerminalLogger\TerminalNodesFrame.cs (1)
30Height = height;
3 references to Height
Microsoft.Build (3)
Logging\TerminalLogger\TerminalLogger.cs (3)
1479int height = updateSize ? Terminal.Height : _currentFrame.Height; 1483if (newFrame.Width != _currentFrame.Width || newFrame.Height != _currentFrame.Height)