1 write to _taskType
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
147_taskType = taskType;
9 references to _taskType
Microsoft.Build (9)
Instance\TaskFactories\TaskHostTask.cs (9)
224PropertyInfo parameter = _taskType.Type.GetProperty(property.Name, BindingFlags.Instance | BindingFlags.Public); 256_taskLoggingContext.LogComment(MessageImportance.Low, "ExecutingTaskInTaskHost", _taskType.Type.Name, _taskType.Assembly.AssemblyLocation, runtime, architecture); 279_taskType.Type.FullName, 280AssemblyUtilities.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly), 486exceptionMessageArgs = new string[] { _taskType.Type.Name, 487AssemblyUtilities.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly), 579_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed", _taskType.Type.Name, runtime, architecture, msbuildLocation); 583_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostNodeFailedToLaunch", _taskType.Type.Name, runtime, architecture, msbuildLocation, e.ErrorCode, e.Message);