2 writes to _xamlTaskFactoryTasksExecutedCount
Microsoft.Build (2)
BackEnd\Components\Logging\ProjectTelemetry.cs (2)
73
_xamlTaskFactoryTasksExecutedCount
++;
172
_xamlTaskFactoryTasksExecutedCount
= 0;
3 references to _xamlTaskFactoryTasksExecutedCount
Microsoft.Build (3)
BackEnd\Components\Logging\ProjectTelemetry.cs (3)
204
if (
_xamlTaskFactoryTasksExecutedCount
> 0)
206
properties["XamlTaskFactoryTasksExecutedCount"] =
_xamlTaskFactoryTasksExecutedCount
.ToString(CultureInfo.InvariantCulture);
225
_xamlTaskFactoryTasksExecutedCount
+