2 implementations of LogTargetStarted
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
636public BuildEventContext LogTargetStarted(BuildEventContext projectBuildEventContext, string targetName, string projectFile, string projectFileOfTargetElement, string parentTargetName, TargetBuiltReason buildReason)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
597public 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)
52BuildEventContext buildEventContext = projectLoggingContext.LoggingService.LogTargetStarted(