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