3 writes to ProfilerResult
Microsoft.Build (3)
BackEnd\Components\Communications\LogMessagePacket.cs (1)
317
args.
ProfilerResult
= ReadProfileResult(translator);
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
532
ProfilerResult
= profilerResult,
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
727
e.
ProfilerResult
= new ProfilerResult(d);
4 references to ProfilerResult
Microsoft.Build (4)
BackEnd\Components\Communications\LogMessagePacket.cs (1)
109
WriteProfileResult(args.
ProfilerResult
, translator);
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
383
var result = e.
ProfilerResult
;
Logging\ProfilerLogger.cs (2)
98
if (projectFinishedEvent?.
ProfilerResult
== null)
107
_profiledResults.Enqueue(projectFinishedEvent.
ProfilerResult
.Value);