4 references to ConfigBinder_Get_TypeOf
Microsoft.Extensions.Configuration.Binder.SourceGeneration (4)
Emitter\ConfigurationBinder.cs (2)
46
if (ShouldEmitMethods(MethodsToGen.
ConfigBinder_Get_TypeOf
))
48
EmitStartDefinition_Get_Or_GetValue_Overload(MethodsToGen.
ConfigBinder_Get_TypeOf
, documentation);
Parser\ConfigurationBinder.cs (1)
177
overload = MethodsToGen.
ConfigBinder_Get_TypeOf
;
Specs\MethodsToGen.cs (1)
89
ConfigBinder_Get = ConfigBinder_Get_T | ConfigBinder_Get_T_BinderOptions |
ConfigBinder_Get_TypeOf
| ConfigBinder_Get_TypeOf_BinderOptions,