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