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)
660TerminalProjectInfo projectInfo = new(c, evalInfo, CreateStopwatch?.Invoke());
Microsoft.Build.Engine.UnitTests (1)
TerminalLogger_Tests.cs (1)
764Func<StopwatchAbstraction>? createStopwatch = _terminallogger.CreateStopwatch;