12 references to GetValue
Aspire.Dashboard (2)
src\Shared\IConfigurationExtensions.cs (2)
14
var primaryValue = configuration.
GetValue
(typeof(T), primaryKey, null);
20
var secondaryValue = configuration.
GetValue
(typeof(T), secondaryKey, null);
Aspire.Hosting (2)
src\Shared\IConfigurationExtensions.cs (2)
14
var primaryValue = configuration.
GetValue
(typeof(T), primaryKey, null);
20
var secondaryValue = configuration.
GetValue
(typeof(T), secondaryKey, null);
Aspire.Hosting.GitHub.Models (2)
src\Shared\IConfigurationExtensions.cs (2)
14
var primaryValue = configuration.
GetValue
(typeof(T), primaryKey, null);
20
var secondaryValue = configuration.
GetValue
(typeof(T), secondaryKey, null);
Aspire.Hosting.Maui (2)
src\Shared\IConfigurationExtensions.cs (2)
14
var primaryValue = configuration.
GetValue
(typeof(T), primaryKey, null);
20
var secondaryValue = configuration.
GetValue
(typeof(T), secondaryKey, null);
Aspire.Hosting.OpenAI (2)
src\Shared\IConfigurationExtensions.cs (2)
14
var primaryValue = configuration.
GetValue
(typeof(T), primaryKey, null);
20
var secondaryValue = configuration.
GetValue
(typeof(T), secondaryKey, null);
Microsoft.Extensions.Configuration.Binder (2)
ConfigurationBinder.cs (2)
172
return (T?)
GetValue
(configuration, typeof(T), key, defaultValue);
188
return
GetValue
(configuration, type, key, defaultValue: null);