6 references to ProfilerResult
Microsoft.Build (5)
BackEnd\Components\Communications\LogMessagePacket.cs (1)
422var result = new ProfilerResult(dictionary);
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);
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
792ProfilerResult = new ProfilerResult(new Dictionary<EvaluationLocation, ProfiledLocation>