3 writes to CreateStopwatch
Microsoft.Build.Engine.UnitTests (3)
TerminalLogger_Tests.cs (3)
64
_terminallogger.
CreateStopwatch
= () => new MockStopwatch();
768
_terminallogger.
CreateStopwatch
= () =>
791
_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)
764
Func<StopwatchAbstraction>? createStopwatch = _terminallogger.
CreateStopwatch
;