1 write to _currentFrame
Microsoft.Build (1)
Logging\TerminalLogger\TerminalLogger.cs (1)
1373
_currentFrame
= newFrame;
8 references to _currentFrame
Microsoft.Build (8)
Logging\TerminalLogger\TerminalLogger.cs (8)
1350
var width = updateSize ? Terminal.Width :
_currentFrame
.Width;
1351
var height = updateSize ? Terminal.Height :
_currentFrame
.Height;
1355
if (newFrame.Width !=
_currentFrame
.Width || newFrame.Height !=
_currentFrame
.Height)
1360
string rendered = newFrame.Render(
_currentFrame
);
1381
if (
_currentFrame
.NodesCount == 0)
1385
Terminal.WriteLine($"{AnsiCodes.CSI}{
_currentFrame
.NodesCount + 1}{AnsiCodes.MoveUpToLineStart}");
1387
_currentFrame
.Clear();