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)
182var microsoft = builtinInfo.Total > 0 186var custom = customInfo.Total > 0 196internal record TargetStatsInfo(int Total, TargetCategoryInfo? Microsoft, TargetCategoryInfo? Custom);