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)
189
AddCountIfNonZero(properties, "AssemblyTaskFactoryTasksExecutedCount",
_assemblyTaskFactoryTasksExecutedCount
);
203
var totalTasksExecuted =
_assemblyTaskFactoryTasksExecutedCount
+