2 implementations of LogTargetStarted
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
641public BuildEventContext LogTargetStarted(BuildEventContext projectBuildEventContext, string targetName, string projectFile, string projectFileOfTargetElement, string parentTargetName, TargetBuiltReason buildReason)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
610public BuildEventContext LogTargetStarted(BuildEventContext projectBuildEventContext, string targetName, string projectFile, string projectFileOfTargetElement, string parentTargetName, TargetBuiltReason buildReason)
1 reference to LogTargetStarted
Microsoft.Build (1)
BackEnd\Components\Logging\TargetLoggingContext.cs (1)
45BuildEventContext buildEventContext = projectLoggingContext.LoggingService.LogTargetStarted(