3 references to _stopwatch
Microsoft.Build (3)
BuildCheck\Infrastructure\CheckWrapper.cs (3)
188
ruleTelemetryData.TotalRuntime =
_stopwatch
.Elapsed;
196
_stopwatch
.Start();
197
return new CleanupScope(
_stopwatch
.Stop);