3 writes to CreateStopwatch
Microsoft.Build.Engine.UnitTests (3)
TerminalLogger_Tests.cs (3)
64
_terminallogger.
CreateStopwatch
= () => new MockStopwatch();
686
_terminallogger.
CreateStopwatch
= () =>
709
_terminallogger.
CreateStopwatch
= createStopwatch;
2 references to CreateStopwatch
Microsoft.Build (1)
Logging\TerminalLogger\TerminalLogger.cs (1)
583
_projects[c] = new(e.ProjectFile!, targetFramework,
CreateStopwatch
?.Invoke());
Microsoft.Build.Engine.UnitTests (1)
TerminalLogger_Tests.cs (1)
682
Func<StopwatchAbstraction>? createStopwatch = _terminallogger.
CreateStopwatch
;