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