4 references to ConfigBinder_GetValue_TypeOf_key_defaultValue
Microsoft.Extensions.Configuration.Binder.SourceGeneration (4)
Emitter\ConfigurationBinder.cs (2)
88
if (ShouldEmitMethods(MethodsToGen.
ConfigBinder_GetValue_TypeOf_key_defaultValue
))
90
EmitStartDefinition_Get_Or_GetValue_Overload(MethodsToGen.
ConfigBinder_GetValue_TypeOf_key_defaultValue
, documentation);
Parser\ConfigurationBinder.cs (1)
236
overload = MethodsToGen.
ConfigBinder_GetValue_TypeOf_key_defaultValue
;
Specs\MethodsToGen.cs (1)
90
ConfigBinder_GetValue = ConfigBinder_GetValue_T_key | ConfigBinder_GetValue_T_key_defaultValue | ConfigBinder_GetValue_TypeOf_key |
ConfigBinder_GetValue_TypeOf_key_defaultValue
,