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