1 override of ProcessLoggingEvent
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingServicesLogMethod_Tests.cs (1)
1856protected internal override void ProcessLoggingEvent(object buildEvent)
21 references to ProcessLoggingEvent
Microsoft.Build (21)
BackEnd\Components\Logging\LoggingService.cs (3)
985ProcessLoggingEvent(loggingPacket.NodeBuildEvent); 1240ProcessLoggingEvent(buildEvent); 1246ProcessLoggingEvent(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);