2 implementations of LogProjectFinished
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
606
public void
LogProjectFinished
(BuildEventContext projectBuildEventContext, string projectFile, bool success)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
585
public void
LogProjectFinished
(BuildEventContext projectBuildEventContext, string projectFile, bool success)
2 references to LogProjectFinished
Microsoft.Build (1)
BackEnd\Components\Logging\ProjectLoggingContext.cs (1)
264
LoggingService.
LogProjectFinished
(BuildEventContext, _projectFullPath, success);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingService_Tests.cs (1)
997
loggingService.
LogProjectFinished
(projectStarted, "projectFile", true);