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