2 references to GetValue
Microsoft.Extensions.Configuration.Binder (2)
ConfigurationBinder.cs (2)
173
return (T?)
GetValue
(configuration, typeof(T), key, defaultValue);
190
return
GetValue
(configuration, type, key, defaultValue: null);