1 write to _currentFrame
Microsoft.Build (1)
Logging\TerminalLogger\TerminalLogger.cs (1)
1104
_currentFrame
= newFrame;
8 references to _currentFrame
Microsoft.Build (8)
Logging\TerminalLogger\TerminalLogger.cs (8)
1081
var width = updateSize ? Terminal.Width :
_currentFrame
.Width;
1082
var height = updateSize ? Terminal.Height :
_currentFrame
.Height;
1086
if (newFrame.Width !=
_currentFrame
.Width || newFrame.Height !=
_currentFrame
.Height)
1091
string rendered = newFrame.Render(
_currentFrame
);
1112
if (
_currentFrame
.NodesCount == 0)
1116
Terminal.WriteLine($"{AnsiCodes.CSI}{
_currentFrame
.NodesCount + 1}{AnsiCodes.MoveUpToLineStart}");
1118
_currentFrame
.Clear();