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