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