2 instantiations of TargetCategoryInfo
Microsoft.Build.Framework (2)
Telemetry\TelemetryDataUtils.cs (2)
183
? new
TargetCategoryInfo
(builtinInfo.Total, builtinInfo.FromNuget, builtinInfo.FromMetaproj)
187
? new
TargetCategoryInfo
(customInfo.Total, customInfo.FromNuget, customInfo.FromMetaproj)
4 references to TargetCategoryInfo
Microsoft.Build.Framework (4)
Telemetry\TelemetryDataUtils.cs (4)
182
var
microsoft = builtinInfo.Total > 0
186
var
custom = customInfo.Total > 0
196
internal record TargetStatsInfo(int Total,
TargetCategoryInfo
? Microsoft,
TargetCategoryInfo
? Custom);