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