1 write to _taskType
Microsoft.Build.Framework (1)
ReflectableTaskPropertyInfo.cs (1)
42_taskType = taskType;
3 references to _taskType
Microsoft.Build.Framework (3)
ReflectableTaskPropertyInfo.cs (3)
85foreach (PropertyInfo propertyInfo in _taskType.GetProperties(BindingFlags.Instance | BindingFlags.Public)) 93Multiple properties matching '{Name}' (case-insensitive) found on type '{_taskType.FullName}'. 101Assumed.NotNull(foundProperty, $"Could not find property {Name} on type {_taskType.FullName} that the task factory indicated should exist.");