6 references to BuildWarningEvent
Microsoft.Build (6)
Instance\TaskFactories\TaskHostTask.cs (2)
674or LoggingEventType.BuildWarningEvent 688case LoggingEventType.BuildWarningEvent:
parent\Shared\LogMessagePacketBase.cs (4)
470LoggingEventType.BuildWarningEvent => new BuildWarningEventArgs(null, null, null, -1, -1, -1, -1, null, null, null), 690return LoggingEventType.BuildWarningEvent; 738case LoggingEventType.BuildWarningEvent: 867LoggingEventType.BuildWarningEvent => ReadBuildWarningEventFromStream(translator, message, helpKeyword, senderName),