6 references to ConfigBinder_Any
Microsoft.Extensions.Configuration.Binder.SourceGeneration (6)
ConfigurationBindingGenerator.Parser.cs (1)
130if ((MethodsToGen.ConfigBinder_Any & overload) is not 0)
Emitter\ConfigurationBinder.cs (1)
15if (!ShouldEmitMethods(MethodsToGen.ConfigBinder_Any))
Parser\ConfigurationBinder.cs (1)
258Debug.Assert((MethodsToGen.ConfigBinder_Any & overload) is not 0);
Specs\InterceptorInfo.cs (2)
36if (((MethodsToGen.ConfigBinder_Any & ~MethodsToGen.ConfigBinder_Bind) & interceptor) is not 0) 95if (((MethodsToGen.ConfigBinder_Any & ~MethodsToGen.ConfigBinder_Bind) & overload) is not 0)
Specs\MethodsToGen.cs (1)
29Any = ConfigBinder_Any | OptionsBuilderExt_Any | ServiceCollectionExt_Any,