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