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)
209
if (
_customTaskFactoryTasksExecutedCount
> 0)
211
properties["CustomTaskFactoryTasksExecutedCount"] =
_customTaskFactoryTasksExecutedCount
.ToString(CultureInfo.InvariantCulture);
226
_customTaskFactoryTasksExecutedCount
;