1 implementation of BeginUpdate
Microsoft.Build (1)
Logging\TerminalLogger\Terminal.cs (1)
93
public void
BeginUpdate
()
9 references to BeginUpdate
Microsoft.Build (9)
Logging\TerminalLogger\ITerminal.cs (7)
38
/// Flushes the text buffered between <see cref="
BeginUpdate
"/> was called and now into the output.
43
/// Writes a string to the output. Or buffers it if <see cref="
BeginUpdate
"/> was called.
48
/// Writes a string to the output. Or buffers it if <see cref="
BeginUpdate
"/> was called.
53
/// Writes a string to the output. Or buffers it if <see cref="
BeginUpdate
"/> was called.
59
/// Or buffers it if <see cref="
BeginUpdate
"/> was called.
64
/// Writes a string to the output using the given color. Or buffers it if <see cref="
BeginUpdate
"/> was called.
69
/// Writes a string to the output using the given color. Or buffers it if <see cref="
BeginUpdate
"/> was called.
Logging\TerminalLogger\TerminalLogger.cs (2)
457
Terminal.
BeginUpdate
();
626
Terminal.
BeginUpdate
();