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);