2 writes to _assemblyTaskFactoryTasksExecutedCount
Microsoft.Build (2)
BackEnd\Components\Logging\ProjectTelemetry.cs (2)
57
_assemblyTaskFactoryTasksExecutedCount
++;
168
_assemblyTaskFactoryTasksExecutedCount
= 0;
3 references to _assemblyTaskFactoryTasksExecutedCount
Microsoft.Build (3)
BackEnd\Components\Logging\ProjectTelemetry.cs (3)
184
if (
_assemblyTaskFactoryTasksExecutedCount
> 0)
186
properties["AssemblyTaskFactoryTasksExecutedCount"] =
_assemblyTaskFactoryTasksExecutedCount
.ToString(CultureInfo.InvariantCulture);
221
var totalTasksExecuted =
_assemblyTaskFactoryTasksExecutedCount
+