1 write to _taskType
MSBuild (1)
ReflectableTaskPropertyInfo.cs (1)
38_taskType = taskType;
2 references to _taskType
MSBuild (2)
ReflectableTaskPropertyInfo.cs (2)
80_propertyInfo = _taskType.GetProperty(Name, BindingFlags.Instance | BindingFlags.Public | BindingFlags.IgnoreCase); 81ErrorUtilities.VerifyThrow(_propertyInfo != null, "Could not find property {0} on type {1} that the task factory indicated should exist.", Name, _taskType.FullName);