2 writes to _customTaskFactoryTasksExecutedCount
Microsoft.Build (2)
BackEnd\Components\Logging\ProjectTelemetry.cs (2)
77
_customTaskFactoryTasksExecutedCount
++;
170
_customTaskFactoryTasksExecutedCount
= 0;
2 references to _customTaskFactoryTasksExecutedCount
Microsoft.Build (2)
BackEnd\Components\Logging\ProjectTelemetry.cs (2)
194
AddCountIfNonZero(properties, "CustomTaskFactoryTasksExecutedCount",
_customTaskFactoryTasksExecutedCount
);
208
_customTaskFactoryTasksExecutedCount
;