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