1 write to _taskType
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
149_taskType = taskType;
9 references to _taskType
Microsoft.Build (9)
Instance\TaskFactories\TaskHostTask.cs (9)
226PropertyInfo parameter = _taskType.Type.GetProperty(property.Name, BindingFlags.Instance | BindingFlags.Public); 258_taskLoggingContext.LogComment(MessageImportance.Low, "ExecutingTaskInTaskHost", _taskType.Type.Name, _taskType.Assembly.AssemblyLocation, runtime, architecture); 281_taskType.Type.FullName, 282AssemblyUtilities.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly), 498exceptionMessageArgs = [_taskType.Type.Name, 499AssemblyUtilities.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly), 591_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed", _taskType.Type.Name, runtime, architecture, msbuildLocation); 595_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostNodeFailedToLaunch", _taskType.Type.Name, runtime, architecture, msbuildLocation, e.ErrorCode, e.Message);