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