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