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)
1017
ProcessLoggingEvent
(loggingPacket.NodeBuildEvent);
1274
ProcessLoggingEvent
(buildEvent);
1280
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);
616
ProcessLoggingEvent
(buildEvent);
664
ProcessLoggingEvent
(buildEvent);
696
ProcessLoggingEvent
(buildEvent);
722
ProcessLoggingEvent
(buildEvent);
761
ProcessLoggingEvent
(buildEvent);
790
ProcessLoggingEvent
(buildEvent);
815
ProcessLoggingEvent
(telemetryEvent);
832
ProcessLoggingEvent
(responseFileUsedEvent);
Microsoft.Build.Engine.UnitTests (4)
BackEnd\LoggingService_Tests.cs (4)
1104
loggingService.
ProcessLoggingEvent
(lateEvent);
1122
_initializedService.
ProcessLoggingEvent
(lateEvent);
1136
_initializedService.
ProcessLoggingEvent
(messageEvent);
1170
loggingService.
ProcessLoggingEvent
(msg);