1 implementation of EndUpdate
Microsoft.Build (1)
Logging\TerminalLogger\Terminal.cs (1)
103public 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)
517Terminal.EndUpdate(); 733Terminal.EndUpdate();