4 references to TargetLoggingContext
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
884
ProjectErrorUtilities.ThrowInvalidProject(taskLoggingContext.Task.Location, "CircularDependency", taskLoggingContext.
TargetLoggingContext
.Target.Name);
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
1018
_taskLoggingContext?.
TargetLoggingContext
?.ProjectLoggingContext?.ProjectTelemetry?.AddTaskExecution(_taskFactoryWrapper.TaskFactory.GetType().FullName, isTaskHost);
Instance\TaskFactories\AssemblyTaskFactory.cs (2)
369
_taskLoggingContext?.
TargetLoggingContext
?.ProjectLoggingContext?.ProjectTelemetry?.AddTaskExecution(GetType().FullName, isTaskHost: useTaskFactory);
445
_taskLoggingContext?.
TargetLoggingContext
?.ProjectLoggingContext?.ProjectTelemetry?.TrackTaskSubclassing(_loadedType.Type, isMicrosoftOwned);