1 write to _taskType
Microsoft.Build.Framework (1)
ReflectableTaskPropertyInfo.cs (1)
42
_taskType
= taskType;
2 references to _taskType
Microsoft.Build.Framework (2)
ReflectableTaskPropertyInfo.cs (2)
84
_propertyInfo =
_taskType
.GetProperty(Name, BindingFlags.Instance | BindingFlags.Public | BindingFlags.IgnoreCase);
85
Assumed.NotNull(_propertyInfo, $"Could not find property {Name} on type {
_taskType
.FullName} that the task factory indicated should exist.");