2 writes to _taskHostTasksExecutedCount
Microsoft.Build (2)
BackEnd\Components\Logging\ProjectTelemetry.cs (2)
51
_taskHostTasksExecutedCount
++;
175
_taskHostTasksExecutedCount
= 0;
2 references to _taskHostTasksExecutedCount
Microsoft.Build (2)
BackEnd\Components\Logging\ProjectTelemetry.cs (2)
233
if (
_taskHostTasksExecutedCount
> 0)
235
properties["TaskHostTasksExecutedCount"] =
_taskHostTasksExecutedCount
.ToString(CultureInfo.InvariantCulture);