6 references to OptionsBuilderExt_Any
Microsoft.Extensions.Configuration.Binder.SourceGeneration (6)
ConfigurationBindingGenerator.Parser.cs (1)
134else if ((MethodsToGen.OptionsBuilderExt_Any & overload) is not 0)
Emitter\OptionsBuilderConfigurationExtensions.cs (1)
12if (!ShouldEmitMethods(MethodsToGen.OptionsBuilderExt_Any))
Parser\OptionsBuilderConfigurationExtensions.cs (1)
89Debug.Assert((MethodsToGen.OptionsBuilderExt_Any & overload) is not 0);
Specs\InterceptorInfo.cs (2)
40else if ((MethodsToGen.OptionsBuilderExt_Any & interceptor) is not 0) 99else if ((MethodsToGen.OptionsBuilderExt_Any & overload) is not 0)
Specs\MethodsToGen.cs (1)
29Any = ConfigBinder_Any | OptionsBuilderExt_Any | ServiceCollectionExt_Any,