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);
81
ErrorUtilities.VerifyThrow(_propertyInfo != null, "Could not find property {0} on type {1} that the task factory indicated should exist.", Name,
_taskType
.FullName);