1 implementation of LogProjectFinished
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
604
public void
LogProjectFinished
(BuildEventContext projectBuildEventContext, string projectFile, bool success)
1 reference to LogProjectFinished
Microsoft.Build (1)
BackEnd\Components\Logging\ProjectLoggingContext.cs (1)
273
LoggingService.
LogProjectFinished
(BuildEventContext, _projectFullPath, success);