1 override of Start
Microsoft.Build (1)
Logging\TerminalLogger\SystemStopwatch.cs (1)
14public override void Start() => _stopwatch.Start();
3 references to Start
Microsoft.Build (3)
Logging\TerminalLogger\TerminalLogger.cs (2)
1060project.Stopwatch.Start(); 1183project.Stopwatch.Start();
Logging\TerminalLogger\TerminalProjectInfo.cs (1)
42stopwatch.Start();