2 writes to _assemblyTaskFactoryTasksExecutedCount
Microsoft.Build (2)
BackEnd\Components\Logging\ProjectTelemetry.cs (2)
57_assemblyTaskFactoryTasksExecutedCount++; 165_assemblyTaskFactoryTasksExecutedCount = 0;
2 references to _assemblyTaskFactoryTasksExecutedCount
Microsoft.Build (2)
BackEnd\Components\Logging\ProjectTelemetry.cs (2)
189AddCountIfNonZero(properties, "AssemblyTaskFactoryTasksExecutedCount", _assemblyTaskFactoryTasksExecutedCount); 203var totalTasksExecuted = _assemblyTaskFactoryTasksExecutedCount +