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)
1479
int height = updateSize ? Terminal.Height : _currentFrame.
Height
;
1483
if (newFrame.Width != _currentFrame.Width || newFrame.
Height
!= _currentFrame.
Height
)