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