5 references to Render
dotnet (5)
Commands\Test\MTP\Terminal\AnsiTerminalTestProgressFrame.cs (4)
23string durationString = HumanReadableDurationFormatter.Render(progress.Stopwatch.Elapsed); 135string durationString = HumanReadableDurationFormatter.Render(detail.Stopwatch?.Elapsed); 226string durationString = HumanReadableDurationFormatter.Render(progressItem.Stopwatch.Elapsed); 261string durationString = HumanReadableDurationFormatter.Render(detailItem.Stopwatch?.Elapsed);
Commands\Test\MTP\Terminal\SimpleTerminalBase.cs (1)
68string durationString = HumanReadableDurationFormatter.Render(p.Stopwatch.Elapsed);