2 implementations of AddTask
Microsoft.Build (2)
TelemetryInfra\TelemetryForwarderProvider.cs (2)
58
public void
AddTask
(string name, TimeSpan cumulativeExecutionTime, short executionsCount, long totalMemoryConsumed, bool isCustom, bool isFromNugetCache)
86
public void
AddTask
(string name, TimeSpan cumulativeExecutionTime, short executionsCount, long totalMemoryConsumed, bool isCustom, bool isFromNugetCache) { }
1 reference to AddTask
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1314
telemetryForwarder.
AddTask
(registeredTaskRecord.TaskIdentity.Name,