8 references to ConfigBinder_Bind
Microsoft.Extensions.Configuration.Binder.SourceGeneration (8)
Emitter\ConfigurationBinder.cs (1)
107
if (!ShouldEmitMethods(MethodsToGen.
ConfigBinder_Bind
))
Parser\ConfigurationBinder.cs (1)
260
if ((MethodsToGen.
ConfigBinder_Bind
& overload) is not 0)
Specs\InterceptorInfo.cs (5)
33
Debug.Assert((MethodsToGen.
ConfigBinder_Bind
& interceptor) is 0);
36
if (((MethodsToGen.ConfigBinder_Any & ~MethodsToGen.
ConfigBinder_Bind
) & interceptor) is not 0)
67
Debug.Assert((MethodsToGen.
ConfigBinder_Bind
& overload) is not 0);
93
Debug.Assert((MethodsToGen.
ConfigBinder_Bind
& overload) is 0);
95
if (((MethodsToGen.ConfigBinder_Any & ~MethodsToGen.
ConfigBinder_Bind
) & overload) is not 0)
Specs\MethodsToGen.cs (1)
92
ConfigBinder_Any =
ConfigBinder_Bind
| ConfigBinder_Get | ConfigBinder_GetValue,