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