3 references to CustomEvent
MSBuildTaskHost (3)
BackEnd\LogMessagePacketBase.cs (3)
210
ErrorUtilities.VerifyThrow(_eventType != LoggingEventType.
CustomEvent
, "_eventType should not be a custom event");
250
ErrorUtilities.VerifyThrow(_eventType != LoggingEventType.
CustomEvent
, "_eventType should not be a custom event");
409
return LoggingEventType.
CustomEvent
;