3 writes to CreateStopwatch
Microsoft.Build.CommandLine.UnitTests (3)
TerminalLogger_Tests.cs (3)
65_terminallogger.CreateStopwatch = () => new MockStopwatch(); 651_terminallogger.CreateStopwatch = () => 674_terminallogger.CreateStopwatch = createStopwatch;
2 references to CreateStopwatch
Microsoft.Build.CommandLine.UnitTests (1)
TerminalLogger_Tests.cs (1)
647Func<StopwatchAbstraction>? createStopwatch = _terminallogger.CreateStopwatch;
MSBuild (1)
TerminalLogger\TerminalLogger.cs (1)
539_projects[c] = new(e.ProjectFile!, targetFramework, CreateStopwatch?.Invoke());