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