3 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
());