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