1 type derived from StopwatchAbstraction
Microsoft.Build (1)
Logging\TerminalLogger\SystemStopwatch.cs (1)
8
internal sealed class SystemStopwatch :
StopwatchAbstraction
7 references to StopwatchAbstraction
Microsoft.Build (7)
Logging\TerminalLogger\SystemStopwatch.cs (1)
17
public static
StopwatchAbstraction
StartNew()
Logging\TerminalLogger\TerminalLogger.cs (1)
82
internal Func<
StopwatchAbstraction
>? _createStopwatch = null;
Logging\TerminalLogger\TerminalNodeStatus.cs (3)
22
public
StopwatchAbstraction
Stopwatch { get; }
32
public TerminalNodeStatus(string project, string? targetFramework, string? runtimeIdentifier, string target,
StopwatchAbstraction
stopwatch)
57
public TerminalNodeStatus(string project, string? targetFramework, string? runtimeIdentifier, TerminalColor targetPrefixColor, string targetPrefix, string target,
StopwatchAbstraction
stopwatch)
Logging\TerminalLogger\TerminalProjectInfo.cs (2)
35
public TerminalProjectInfo(TerminalLogger.ProjectContext context, EvalProjectInfo evalInfo,
StopwatchAbstraction
? stopwatch)
64
public
StopwatchAbstraction
Stopwatch { get; }