4 references to _executedSw
Microsoft.Build (4)
Instance\TaskRegistry.cs (4)
1103
public TimeSpan ExecutedTime =>
_executedSw
.Elapsed;
1108
_executedSw
.Start();
1114
_executedSw
.Stop();
1130
_executedSw
.Reset();