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)
647
Func<StopwatchAbstraction>? createStopwatch = _terminallogger.
CreateStopwatch
;
MSBuild (1)
TerminalLogger\TerminalLogger.cs (1)
539
_projects[c] = new(e.ProjectFile!, targetFramework,
CreateStopwatch
?.Invoke());