3 implementations of Clear
dotnet-watch (1)
UI\PhysicalConsole.cs (1)
111public void Clear() => Console.Clear();
dotnet-watch.Tests (2)
ConsoleReporterTests.cs (1)
65public void Clear()
TestUtilities\TestConsole.cs (1)
29public void Clear() { }