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