1 write to _taskType
Microsoft.Build.Framework (1)
ReflectableTaskPropertyInfo.cs (1)
37
_taskType
= taskType;
2 references to _taskType
Microsoft.Build.Framework (2)
ReflectableTaskPropertyInfo.cs (2)
79
_propertyInfo =
_taskType
.GetProperty(Name, BindingFlags.Instance | BindingFlags.Public | BindingFlags.IgnoreCase);
80
FrameworkErrorUtilities.VerifyThrow(_propertyInfo != null, $"Could not find property {Name} on type {
_taskType
.FullName} that the task factory indicated should exist.");