1 instantiation of SystemStopwatch
dotnet (1)
Commands\Test\MTP\Terminal\SystemStopwatch.cs (1)
20
SystemStopwatch wallClockStopwatch =
new
();
2 references to SystemStopwatch
dotnet (2)
Commands\Test\MTP\Terminal\SystemStopwatch.cs (1)
20
SystemStopwatch
wallClockStopwatch = new();
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
27
internal Func<IStopwatch> CreateStopwatch { get; set; } =
SystemStopwatch
.StartNew;