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