1 implementation of EndUpdate
Microsoft.Build (1)
Logging\TerminalLogger\Terminal.cs (1)
103
public void
EndUpdate
()
3 references to EndUpdate
Microsoft.Build (3)
Logging\TerminalLogger\ITerminal.cs (1)
33
/// Upon calling this method, the terminal should be buffering all output internally until <see cref="
EndUpdate
"/> is called.
Logging\TerminalLogger\TerminalLogger.cs (2)
517
Terminal.
EndUpdate
();
733
Terminal.
EndUpdate
();