1 write to Height
Microsoft.Build (1)
Logging\TerminalLogger\TerminalNodesFrame.cs (1)
29Height = height;
3 references to Height
Microsoft.Build (3)
Logging\TerminalLogger\TerminalLogger.cs (3)
1082var height = updateSize ? Terminal.Height : _currentFrame.Height; 1086if (newFrame.Width != _currentFrame.Width || newFrame.Height != _currentFrame.Height)