2 writes to _codeTaskFactoryTasksExecutedCount
Microsoft.Build (2)
BackEnd\Components\Logging\ProjectTelemetry.cs (2)
65_codeTaskFactoryTasksExecutedCount++; 170_codeTaskFactoryTasksExecutedCount = 0;
3 references to _codeTaskFactoryTasksExecutedCount
Microsoft.Build (3)
BackEnd\Components\Logging\ProjectTelemetry.cs (3)
194if (_codeTaskFactoryTasksExecutedCount > 0) 196properties["CodeTaskFactoryTasksExecutedCount"] = _codeTaskFactoryTasksExecutedCount.ToString(CultureInfo.InvariantCulture); 223_codeTaskFactoryTasksExecutedCount +