6 references to BuildWarningEvent
Microsoft.Build (5)
Instance\TaskFactories\TaskHostTask.cs (1)
541
case LoggingEventType.
BuildWarningEvent
:
LogMessagePacketBase.cs (4)
562
LoggingEventType.
BuildWarningEvent
=> new BuildWarningEventArgs(null, null, null, -1, -1, -1, -1, null, null, null),
780
return LoggingEventType.
BuildWarningEvent
;
838
case LoggingEventType.
BuildWarningEvent
:
1178
LoggingEventType.
BuildWarningEvent
=> ReadBuildWarningEventFromStream(translator, message, helpKeyword, senderName),
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodePackets_Tests.cs (1)
93
VerifyLoggingPacket(warning, LoggingEventType.
BuildWarningEvent
);