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)
85
foreach (PropertyInfo propertyInfo in
_taskType
.GetProperties(BindingFlags.Instance | BindingFlags.Public))
93
Multiple properties matching '{Name}' (case-insensitive) found on type '{
_taskType
.FullName}'.
101
Assumed.NotNull(foundProperty, $"Could not find property {Name} on type {
_taskType
.FullName} that the task factory indicated should exist.");