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