6 references to CustomEvent
Microsoft.Build (6)
BackEnd\Components\Logging\LoggingService.cs (1)
986
if (loggingPacket.EventType == LoggingEventType.
CustomEvent
BackEnd\Node\OutOfProcNode.cs (1)
588
&& logMessage.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
;