6 references to BuildErrorEvent
Microsoft.Build (5)
Instance\TaskFactories\TaskHostTask.cs (1)
602case LoggingEventType.BuildErrorEvent:
LogMessagePacketBase.cs (4)
535LoggingEventType.BuildErrorEvent => new BuildErrorEventArgs(null, null, null, -1, -1, -1, -1, null, null, null), 761return LoggingEventType.BuildErrorEvent; 802case LoggingEventType.BuildErrorEvent: 933LoggingEventType.BuildErrorEvent => ReadTaskBuildErrorEventFromStream(translator, message, helpKeyword, senderName),
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodePackets_Tests.cs (1)
94VerifyLoggingPacket(error, LoggingEventType.BuildErrorEvent);