1 write to _currentFrame
Microsoft.Build (1)
Logging\TerminalLogger\TerminalLogger.cs (1)
1507
_currentFrame
= newFrame;
8 references to _currentFrame
Microsoft.Build (8)
Logging\TerminalLogger\TerminalLogger.cs (8)
1484
int width = updateSize ? Terminal.Width :
_currentFrame
.Width;
1485
int height = updateSize ? Terminal.Height :
_currentFrame
.Height;
1489
if (newFrame.Width !=
_currentFrame
.Width || newFrame.Height !=
_currentFrame
.Height)
1494
string rendered = newFrame.Render(
_currentFrame
);
1515
if (
_currentFrame
.NodesCount == 0)
1519
Terminal.WriteLine($"{AnsiCodes.CSI}{
_currentFrame
.NodesCount + 1}{AnsiCodes.MoveUpToLineStart}");
1521
_currentFrame
.Clear();