6 references to BuildErrorEvent
Microsoft.Build (5)
Instance\TaskFactories\TaskHostTask.cs (1)
526case LoggingEventType.BuildErrorEvent:
LogMessagePacketBase.cs (4)
553LoggingEventType.BuildErrorEvent => new BuildErrorEventArgs(null, null, null, -1, -1, -1, -1, null, null, null), 779return LoggingEventType.BuildErrorEvent; 830case LoggingEventType.BuildErrorEvent: 1170LoggingEventType.BuildErrorEvent => ReadTaskBuildErrorEventFromStream(translator, message, helpKeyword, senderName),
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodePackets_Tests.cs (1)
93VerifyLoggingPacket(error, LoggingEventType.BuildErrorEvent);