Implemented interface member:
event
ProjectStarted
Microsoft.Build.Framework.IEventSource.ProjectStarted
2 references to ProjectStarted
Microsoft.Build (2)
BackEnd\Components\Logging\EventSourceSink.cs (2)
249RaiseEvent(projectStartedEvent, args => ProjectStarted?.Invoke(null, args), projectStartedFollowUp); 315ProjectStarted = null;