5 references to BuildErrorEvent
Microsoft.Build.Tasks.Core (5)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
79case LoggingEventType.BuildErrorEvent:
parent\Shared\LogMessagePacketBase.cs (4)
466LoggingEventType.BuildErrorEvent => new BuildErrorEventArgs(null, null, null, -1, -1, -1, -1, null, null, null), 694return LoggingEventType.BuildErrorEvent; 735case LoggingEventType.BuildErrorEvent: 864LoggingEventType.BuildErrorEvent => ReadTaskBuildErrorEventFromStream(translator, message, helpKeyword, senderName),