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