1 write to _taskLoggingContext
Microsoft.Build (1)
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
348
_taskLoggingContext
= taskLoggingContext;
3 references to _taskLoggingContext
Microsoft.Build (3)
Instance\TaskFactories\AssemblyTaskFactory.cs (3)
369
_taskLoggingContext
?.TargetLoggingContext?.ProjectLoggingContext?.ProjectTelemetry?.AddTaskExecution(GetType().FullName, isTaskHost: useTaskFactory);
445
_taskLoggingContext
?.TargetLoggingContext?.ProjectLoggingContext?.ProjectTelemetry?.TrackTaskSubclassing(_loadedType.Type, isMicrosoftOwned);
742
_taskLoggingContext
.LogError(new BuildEventFileInfo(taskLocation, taskLine, taskColumn), message, messageArgs);