5 references to CustomEvent
Microsoft.Build (5)
BackEnd\Components\Logging\LoggingService.cs (1)
986
if (loggingPacket.EventType == LoggingEventType.
CustomEvent
Instance\TaskFactories\TaskHostTask.cs (1)
536
case LoggingEventType.
CustomEvent
:
LogMessagePacketBase.cs (3)
424
if (_eventType != LoggingEventType.
CustomEvent
)
491
if (LoggingEventType.
CustomEvent
!= _eventType)
851
return LoggingEventType.
CustomEvent
;