1 override of ProcessLoggingEvent
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingServicesLogMethod_Tests.cs (1)
1855
protected internal override void
ProcessLoggingEvent
(object buildEvent)
25 references to ProcessLoggingEvent
Microsoft.Build (21)
BackEnd\Components\Logging\LoggingService.cs (3)
1015
ProcessLoggingEvent
(loggingPacket.NodeBuildEvent);
1272
ProcessLoggingEvent
(buildEvent);
1278
ProcessLoggingEvent
(buildEvent);
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (18)
77
ProcessLoggingEvent
(buildEvent);
142
ProcessLoggingEvent
(buildEvent);
182
ProcessLoggingEvent
(buildEvent);
334
ProcessLoggingEvent
(buildEvent);
359
ProcessLoggingEvent
(buildEvent);
388
ProcessLoggingEvent
(buildEvent);
400
ProcessLoggingEvent
(buildEvent);
437
ProcessLoggingEvent
(evaluationEvent);
470
ProcessLoggingEvent
(buildEvent);
519
ProcessLoggingEvent
(buildEvent);
614
ProcessLoggingEvent
(buildEvent);
660
ProcessLoggingEvent
(buildEvent);
692
ProcessLoggingEvent
(buildEvent);
718
ProcessLoggingEvent
(buildEvent);
757
ProcessLoggingEvent
(buildEvent);
786
ProcessLoggingEvent
(buildEvent);
811
ProcessLoggingEvent
(telemetryEvent);
828
ProcessLoggingEvent
(responseFileUsedEvent);
Microsoft.Build.Engine.UnitTests (4)
BackEnd\LoggingService_Tests.cs (4)
1104
loggingService.
ProcessLoggingEvent
(lateEvent);
1122
_initializedService.
ProcessLoggingEvent
(lateEvent);
1136
_initializedService.
ProcessLoggingEvent
(messageEvent);
1178
loggingService.
ProcessLoggingEvent
(msg);