4 references to GetAggregatedResult
Microsoft.Build (3)
Logging\ProfilerLogger.cs (3)
32/// Aggregation of all profiled locations. Computed the first time <see cref="GetAggregatedResult"/> is called. 293? ProfilerResultPrettyPrinter.GetMarkdownContent(GetAggregatedResult()) 294: ProfilerResultPrettyPrinter.GetTsvContent(GetAggregatedResult());
Microsoft.Build.Engine.UnitTests (1)
EvaluationProfiler_Tests.cs (1)
296return profilerLogger.GetAggregatedResult(pruneSmallItems: false);