4 overrides of Start
Microsoft.Build (1)
Logging\TerminalLogger\SystemStopwatch.cs (1)
14
public override void
Start
() => _stopwatch.Start();
Microsoft.Build.Engine.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();
2 references to Start
Microsoft.Build (2)
Logging\TerminalLogger\TerminalLogger.cs (1)
776
project.Stopwatch.
Start
();
Logging\TerminalLogger\TerminalProjectInfo.cs (1)
31
stopwatch.
Start
();