6 references to ProfilerResult
Microsoft.Build (5)
Evaluation\Profiler\EvaluationProfiler.cs (1)
38
public ProfilerResult? ProfiledResult => _shouldTrackElements ? (ProfilerResult?)new
ProfilerResult
(_timeSpent) : null;
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
726
e.ProfilerResult = new
ProfilerResult
(d);
Logging\ProfilerLogger.cs (2)
123
return new
ProfilerResult
(_aggregatedLocations);
170
return new
ProfilerResult
(_aggregatedLocations);
LogMessagePacketBase.cs (1)
1506
var result = new
ProfilerResult
(dictionary);
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
792
ProfilerResult = new
ProfilerResult
(new Dictionary<EvaluationLocation, ProfiledLocation>