4 references to _executedSw
Microsoft.Build (4)
Instance\TaskRegistry.cs (4)
1189
public TimeSpan ExecutedTime =>
_executedSw
.Elapsed;
1194
_executedSw
.Start();
1200
_executedSw
.Stop();
1207
_executedSw
.Reset();