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