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