1 implementation of WriteLine
dotnet (1)
Commands\Test\MTP\Terminal\SystemConsole.cs (1)
50
public void
WriteLine
(string? value)
4 references to WriteLine
dotnet (4)
Commands\Test\MTP\Terminal\AnsiTerminal.cs (2)
97
_console.
WriteLine
(value);
242
_console.
WriteLine
(moveCursor);
Commands\Test\MTP\Terminal\SimpleAnsiTerminal.cs (1)
44
Console.
WriteLine
(SetColorPerLine(value));
Commands\Test\MTP\Terminal\SimpleTerminalBase.cs (1)
35
=> Console.
WriteLine
(value);