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)
204if (_xamlTaskFactoryTasksExecutedCount > 0) 206properties["XamlTaskFactoryTasksExecutedCount"] = _xamlTaskFactoryTasksExecutedCount.ToString(CultureInfo.InvariantCulture); 225_xamlTaskFactoryTasksExecutedCount +