4 writes to ProfilerResult
Microsoft.Build (3)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
465ProfilerResult = profilerResult,
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
726e.ProfilerResult = new ProfilerResult(d);
LogMessagePacketBase.cs (1)
1401args.ProfilerResult = ReadProfileResult(translator);
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
792ProfilerResult = new ProfilerResult(new Dictionary<EvaluationLocation, ProfiledLocation>
6 references to ProfilerResult
Microsoft.Build (4)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
379var result = e.ProfilerResult;
Logging\ProfilerLogger.cs (2)
98if (projectFinishedEvent?.ProfilerResult == null) 107_profiledResults.Enqueue(projectFinishedEvent.ProfilerResult.Value);
LogMessagePacketBase.cs (1)
1014WriteProfileResult(args.ProfilerResult, translator);
Microsoft.Build.Engine.UnitTests (2)
BuildEventArgsSerialization_Tests.cs (1)
812e => ToString(e.ProfilerResult.Value.ProfiledLocations));
Evaluation\EvaluationLogging_Tests.cs (1)
166e.ProfilerResult.ShouldNotBeNull();