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