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