5 references to ConfigBinder_Any
ConfigurationSchemaGenerator (5)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (1)
129
if ((MethodsToGen.
ConfigBinder_Any
& overload) is not 0)
RuntimeSource\Configuration.Binder\Parser\ConfigurationBinder.cs (1)
258
Debug.Assert((MethodsToGen.
ConfigBinder_Any
& overload) is not 0);
RuntimeSource\Configuration.Binder\Specs\InterceptorInfo.cs (2)
34
if ((MethodsToGen.
ConfigBinder_Any
^ MethodsToGen.ConfigBinder_Bind & interceptor) is not 0)
93
if ((MethodsToGen.
ConfigBinder_Any
^ MethodsToGen.ConfigBinder_Bind & overload) is not 0)
RuntimeSource\Configuration.Binder\Specs\MethodsToGen.cs (1)
29
Any =
ConfigBinder_Any
| OptionsBuilderExt_Any | ServiceCollectionExt_Any,