2 implementations of LogBuildStarted
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
373public void LogBuildStarted()
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
477public void LogBuildStarted()
2 references to LogBuildStarted
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
643loggingService.LogBuildStarted();
BackEnd\Components\Logging\NodeLoggingContext.cs (1)
31LoggingService.LogBuildStarted();