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