1 write to _currentFrame
Microsoft.Build (1)
Logging\TerminalLogger\TerminalLogger.cs (1)
1526
_currentFrame
= newFrame;
8 references to _currentFrame
Microsoft.Build (8)
Logging\TerminalLogger\TerminalLogger.cs (8)
1503
int width = updateSize ? Terminal.Width :
_currentFrame
.Width;
1504
int height = updateSize ? Terminal.Height :
_currentFrame
.Height;
1508
if (newFrame.Width !=
_currentFrame
.Width || newFrame.Height !=
_currentFrame
.Height)
1513
string rendered = newFrame.Render(
_currentFrame
);
1534
if (
_currentFrame
.NodesCount == 0)
1538
Terminal.WriteLine($"{AnsiCodes.CSI}{
_currentFrame
.NodesCount + 1}{AnsiCodes.MoveUpToLineStart}");
1540
_currentFrame
.Clear();