3 writes to CreateStopwatch
Microsoft.Build.Engine.UnitTests (3)
TerminalLogger_Tests.cs (3)
65
_terminallogger.
CreateStopwatch
= () => new MockStopwatch();
765
_terminallogger.
CreateStopwatch
= () =>
788
_terminallogger.
CreateStopwatch
= createStopwatch;
2 references to CreateStopwatch
Microsoft.Build (1)
Logging\TerminalLogger\TerminalLogger.cs (1)
660
TerminalProjectInfo projectInfo = new(c, evalInfo,
CreateStopwatch
?.Invoke());
Microsoft.Build.Engine.UnitTests (1)
TerminalLogger_Tests.cs (1)
761
Func<StopwatchAbstraction>? createStopwatch = _terminallogger.
CreateStopwatch
;