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