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