4 references to _executedSw
Microsoft.Build (4)
Instance\TaskRegistry.cs (4)
1187
public TimeSpan ExecutedTime =>
_executedSw
.Elapsed;
1192
_executedSw
.Start();
1198
_executedSw
.Stop();
1205
_executedSw
.Reset();