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