4 overrides of Start
Microsoft.Build (1)
Logging\TerminalLogger\SystemStopwatch.cs (1)
14public override void Start() => _stopwatch.Start();
Microsoft.Build.Engine.UnitTests (3)
MockStopwatch.cs (1)
18public override void Start()
StaticStopwatch.cs (1)
21public override void Start() => throw new System.NotImplementedException();
TickingStopwatch.cs (1)
30public override void Start() => throw new System.NotImplementedException();
2 references to Start
Microsoft.Build (2)
Logging\TerminalLogger\TerminalLogger.cs (1)
776project.Stopwatch.Start();
Logging\TerminalLogger\TerminalProjectInfo.cs (1)
31stopwatch.Start();