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