1 write to _taskType
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
171_taskType = taskType;
11 references to _taskType
Microsoft.Build (11)
Instance\TaskFactories\TaskHostTask.cs (11)
226public AssemblyLoadInfo LoadedTaskAssemblyInfo => _taskType.Assembly; 254PropertyInfo parameter = _taskType.Type.GetProperty(property.Name, BindingFlags.Instance | BindingFlags.Public); 287_taskLoggingContext.LogComment(MessageImportance.Low, "ExecutingTaskInTaskHost", _taskType.Type.Name, _taskType.Assembly.AssemblyLocation, runtime, architecture); 296string taskLocation = AssemblyUtilities.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly); 300taskLocation = _taskType?.Assembly?.AssemblyLocation ?? string.Empty; 317_taskType.Type.FullName, 558exceptionMessageArgs = [_taskType.Type.Name, 559AssemblyUtilities.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly), 660_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed", _taskType.Type.Name, runtime, architecture, msbuildLocation); 664_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostNodeFailedToLaunch", _taskType.Type.Name, runtime, architecture, msbuildLocation, e.ErrorCode, e.Message);