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