3 references to TaskFinishedEvent
Microsoft.Build (2)
LogMessagePacketBase.cs (2)
563
LoggingEventType.
TaskFinishedEvent
=> new TaskFinishedEventArgs(null, null, null, null, null, false),
763
return LoggingEventType.
TaskFinishedEvent
;
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodePackets_Tests.cs (1)
89
VerifyLoggingPacket(taskFinished, LoggingEventType.
TaskFinishedEvent
);