3 references to ExtendedBuildWarningEvent
Microsoft.Build (2)
LogMessagePacketBase.cs (2)
646LoggingEventType.ExtendedBuildWarningEvent => new ExtendedBuildWarningEventArgs(), 746return LoggingEventType.ExtendedBuildWarningEvent;
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodePackets_Tests.cs (1)
104VerifyLoggingPacket(extWarning, LoggingEventType.ExtendedBuildWarningEvent);