1 override of ProcessLoggingEvent
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingServicesLogMethod_Tests.cs (1)
1856protected internal override void ProcessLoggingEvent(object buildEvent)
22 references to ProcessLoggingEvent
Microsoft.Build (22)
BackEnd\Components\Logging\LoggingService.cs (4)
976ProcessLoggingEvent(loggingPacket.NodeBuildEvent); 1022ProcessLoggingEvent(warning); 1275ProcessLoggingEvent(buildEvent); 1281ProcessLoggingEvent(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); 659ProcessLoggingEvent(buildEvent); 691ProcessLoggingEvent(buildEvent); 717ProcessLoggingEvent(buildEvent); 756ProcessLoggingEvent(buildEvent); 785ProcessLoggingEvent(buildEvent); 810ProcessLoggingEvent(telemetryEvent); 827ProcessLoggingEvent(responseFileUsedEvent);