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