1 write to _projectStartedEventHandler
Microsoft.Build.Utilities.Core (1)
MuxLogger.cs (1)
1312
_projectStartedEventHandler
= RaiseProjectStartedEvent;
2 references to _projectStartedEventHandler
Microsoft.Build.Utilities.Core (2)
MuxLogger.cs (2)
1328
_eventSourceForBuild.ProjectStarted +=
_projectStartedEventHandler
;
1354
_eventSourceForBuild.ProjectStarted -=
_projectStartedEventHandler
;