2 references to Reflection
Microsoft.Build (2)
Instance\TaskFactoryWrapper.cs (2)
215
propertyInfo.
Reflection
?.SetValue(task, value, null);
237
return propertyInfo.
Reflection
?.GetValue(task, null);