1 write to _currentFrame
Microsoft.Build (1)
Logging\TerminalLogger\TerminalLogger.cs (1)
1501
_currentFrame
= newFrame;
8 references to _currentFrame
Microsoft.Build (8)
Logging\TerminalLogger\TerminalLogger.cs (8)
1478
int width = updateSize ? Terminal.Width :
_currentFrame
.Width;
1479
int height = updateSize ? Terminal.Height :
_currentFrame
.Height;
1483
if (newFrame.Width !=
_currentFrame
.Width || newFrame.Height !=
_currentFrame
.Height)
1488
string rendered = newFrame.Render(
_currentFrame
);
1509
if (
_currentFrame
.NodesCount == 0)
1513
Terminal.WriteLine($"{AnsiCodes.CSI}{
_currentFrame
.NodesCount + 1}{AnsiCodes.MoveUpToLineStart}");
1515
_currentFrame
.Clear();