2 implementations of LogTaskStarted2
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
733
public BuildEventContext
LogTaskStarted2
(BuildEventContext targetBuildEventContext, string taskName, string projectFile, string projectFileOfTaskNode, int line, int column, string taskAssemblyLocation)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
635
public BuildEventContext
LogTaskStarted2
(BuildEventContext targetBuildEventContext, string taskName, string projectFile, string projectFileOfTaskNode, int line, int column, string taskAssemblyLocation)
1 reference to LogTaskStarted2
Microsoft.Build (1)
BackEnd\Components\Logging\TaskLoggingContext.cs (1)
49
BuildEventContext buildEventContext = targetLoggingContext.LoggingService.
LogTaskStarted2
(