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