1 write to Total
Microsoft.Build.Framework (1)
Telemetry\TelemetryDataUtils.cs (1)
278
Total
++;
6 references to Total
Microsoft.Build.Framework (6)
Telemetry\TelemetryDataUtils.cs (6)
182
var microsoft = builtinInfo.
Total
> 0
183
? new TargetCategoryInfo(builtinInfo.
Total
, builtinInfo.FromNuget, builtinInfo.FromMetaproj)
186
var custom = customInfo.
Total
> 0
187
? new TargetCategoryInfo(customInfo.
Total
, customInfo.FromNuget, customInfo.FromMetaproj)
190
return new TargetStatsInfo(builtinInfo.
Total
+ customInfo.
Total
, microsoft, custom);