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