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