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