7 references to ConfigBinder_Bind
ConfigurationSchemaGenerator (7)
RuntimeSource\Configuration.Binder\Parser\ConfigurationBinder.cs (1)
260
if ((MethodsToGen.
ConfigBinder_Bind
& overload) is not 0)
RuntimeSource\Configuration.Binder\Specs\InterceptorInfo.cs (5)
31
Debug.Assert((MethodsToGen.
ConfigBinder_Bind
& interceptor) is 0);
34
if ((MethodsToGen.ConfigBinder_Any ^ MethodsToGen.
ConfigBinder_Bind
& interceptor) is not 0)
65
Debug.Assert((MethodsToGen.
ConfigBinder_Bind
& overload) is not 0);
91
Debug.Assert((MethodsToGen.
ConfigBinder_Bind
& overload) is 0);
93
if ((MethodsToGen.ConfigBinder_Any ^ MethodsToGen.
ConfigBinder_Bind
& overload) is not 0)
RuntimeSource\Configuration.Binder\Specs\MethodsToGen.cs (1)
92
ConfigBinder_Any =
ConfigBinder_Bind
| ConfigBinder_Get | ConfigBinder_GetValue,