6 references to BuildErrorEvent
Microsoft.Build (6)
Instance\TaskFactories\TaskHostTask.cs (2)
673
&& logMessagePacket.EventType is not (LoggingEventType.
BuildErrorEvent
684
case LoggingEventType.
BuildErrorEvent
:
parent\Shared\LogMessagePacketBase.cs (4)
466
LoggingEventType.
BuildErrorEvent
=> new BuildErrorEventArgs(null, null, null, -1, -1, -1, -1, null, null, null),
694
return LoggingEventType.
BuildErrorEvent
;
735
case LoggingEventType.
BuildErrorEvent
:
864
LoggingEventType.
BuildErrorEvent
=> ReadTaskBuildErrorEventFromStream(translator, message, helpKeyword, senderName),