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