4 overrides of Start
Microsoft.Build.CommandLine.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();
MSBuild (1)
TerminalLogger\SystemStopwatch.cs (1)
14public override void Start() => _stopwatch.Start();
2 references to Start
MSBuild (2)
TerminalLogger\Project.cs (1)
25stopwatch.Start();
TerminalLogger\TerminalLogger.cs (1)
709project.Stopwatch.Start();