5 references to BuildWarningEvent
Microsoft.Build.Tasks.Core (5)
AssemblyDependency\Node\OutOfProcRarClient.cs (1)
82case LoggingEventType.BuildWarningEvent:
LogMessagePacketBase.cs (4)
508LoggingEventType.BuildWarningEvent => new BuildWarningEventArgs(null, null, null, -1, -1, -1, -1, null, null, null), 719return LoggingEventType.BuildWarningEvent; 767case LoggingEventType.BuildWarningEvent: 896LoggingEventType.BuildWarningEvent => ReadBuildWarningEventFromStream(translator, message, helpKeyword, senderName),