Implemented interface member:
event
TaskStarted
Microsoft.Build.Framework.IEventSource.TaskStarted
2 references to TaskStarted
Microsoft.Build (2)
BackEnd\Components\Logging\EventSourceSink.cs (2)
238RaiseEvent(taskStartedEvent, args => TaskStarted?.Invoke(null, args), taskStartedFollowUp); 326TaskStarted = null;