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