2 writes to _customTaskFactoryTasksExecutedCount
Microsoft.Build (2)
BackEnd\Components\Logging\ProjectTelemetry.cs (2)
77_customTaskFactoryTasksExecutedCount++; 173_customTaskFactoryTasksExecutedCount = 0;
3 references to _customTaskFactoryTasksExecutedCount
Microsoft.Build (3)
BackEnd\Components\Logging\ProjectTelemetry.cs (3)
209if (_customTaskFactoryTasksExecutedCount > 0) 211properties["CustomTaskFactoryTasksExecutedCount"] = _customTaskFactoryTasksExecutedCount.ToString(CultureInfo.InvariantCulture); 226_customTaskFactoryTasksExecutedCount;