7 references to SetValue
Microsoft.Extensions.Configuration.Binder (7)
BindingPoint.cs (1)
70SetValue(newValue);
ConfigurationBinder.cs (6)
329bindingPoint.SetValue(BindArray(type, (IEnumerable?)bindingPoint.Value, config, options)); 353bindingPoint.SetValue(newValue); 377bindingPoint.SetValue(newValue); 400bindingPoint.SetValue(Activator.CreateInstance(genericType)); 404bindingPoint.SetValue(CreateInstance(type, config, options)); 1036propertyBindingPoint.SetValue(defaultValue);