2 references to AddTask
Microsoft.Build (1)
TelemetryInfra\TelemetryCollectorProvider.cs (1)
62
_data.
AddTask
(key, cumulativeExecutionTime, executionsCount, totalMemoryConsumed, taskFactoryName, taskHostRuntime);
Microsoft.Build.Framework (1)
Telemetry\WorkerNodeTelemetryData.cs (1)
24
AddTask
(task.Key, task.Value.CumulativeExecutionTime, task.Value.ExecutionsCount, task.Value.TotalMemoryBytes, task.Value.TaskFactoryName, task.Value.TaskHostRuntime);