3 references to TaskStartedEvent
Microsoft.Build (2)
LogMessagePacketBase.cs (2)
562
LoggingEventType.
TaskStartedEvent
=> new TaskStartedEventArgs(null, null, null, null, null),
759
return LoggingEventType.
TaskStartedEvent
;
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodePackets_Tests.cs (1)
88
VerifyLoggingPacket(taskStarted, LoggingEventType.
TaskStartedEvent
);