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