7 references to SetValue
Microsoft.Extensions.Configuration.Binder (7)
BindingPoint.cs (1)
70SetValue(newValue);
ConfigurationBinder.cs (6)
362bindingPoint.SetValue(BindArray(type, (IEnumerable?)bindingPoint.Value, config, options)); 386bindingPoint.SetValue(newValue); 410bindingPoint.SetValue(newValue); 435bindingPoint.SetValue(Activator.CreateInstance(genericType)); 439bindingPoint.SetValue(CreateInstance(type, config, options, out constructorParameters)); 1102propertyBindingPoint.SetValue(defaultValue);