6 references to SetValue
Microsoft.Extensions.Configuration.Binder (6)
BindingPoint.cs (1)
70SetValue(newValue);
ConfigurationBinder.cs (5)
391bindingPoint.SetValue(BindArray(type, (IEnumerable?)bindingPoint.Value, config, options)); 415bindingPoint.SetValue(newValue); 439bindingPoint.SetValue(newValue); 464bindingPoint.SetValue(Activator.CreateInstance(genericType)); 468bindingPoint.SetValue(CreateInstance(type, config, options, out constructorParameters));