4 types derived from StopwatchAbstraction
Microsoft.Build.CommandLine.UnitTests (3)
MockStopwatch.cs (1)
8internal sealed class MockStopwatch : StopwatchAbstraction
StaticStopwatch.cs (1)
12internal sealed class StaticStopwatch : StopwatchAbstraction
TickingStopwatch.cs (1)
12internal sealed class TickingStopwatch : StopwatchAbstraction
MSBuild (1)
TerminalLogger\SystemStopwatch.cs (1)
8internal sealed class SystemStopwatch : StopwatchAbstraction
8 references to StopwatchAbstraction
Microsoft.Build.CommandLine.UnitTests (1)
TerminalLogger_Tests.cs (1)
627Func<StopwatchAbstraction>? createStopwatch = _terminallogger.CreateStopwatch;
MSBuild (7)
TerminalLogger\NodeStatus.cs (3)
20public StopwatchAbstraction Stopwatch { get; } 29public NodeStatus(string project, string? targetFramework, string target, StopwatchAbstraction stopwatch) 52public NodeStatus(string project, string? targetFramework, TerminalColor targetPrefixColor, string targetPrefix, string target, StopwatchAbstraction stopwatch)
TerminalLogger\Project.cs (2)
19public Project(string? targetFramework, StopwatchAbstraction? stopwatch) 37public StopwatchAbstraction Stopwatch { get; }
TerminalLogger\SystemStopwatch.cs (1)
17public static StopwatchAbstraction StartNew()
TerminalLogger\TerminalLogger.cs (1)
71internal Func<StopwatchAbstraction>? CreateStopwatch = null;