7 references to SetValue
Microsoft.Extensions.Configuration.Binder (7)
BindingPoint.cs (1)
70SetValue(newValue);
ConfigurationBinder.cs (6)
389bindingPoint.SetValue(BindArray(type, (IEnumerable?)bindingPoint.Value, config, options)); 413bindingPoint.SetValue(newValue); 437bindingPoint.SetValue(newValue); 462bindingPoint.SetValue(Activator.CreateInstance(genericType)); 466bindingPoint.SetValue(CreateInstance(type, config, options, out constructorParameters)); 1151propertyBindingPoint.SetValue(defaultValue);