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