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