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)
233if (_taskHostTasksExecutedCount > 0) 235properties["TaskHostTasksExecutedCount"] = _taskHostTasksExecutedCount.ToString(CultureInfo.InvariantCulture);