5 references to OptionsBuilderExt_Any
ConfigurationSchemaGenerator (5)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (1)
133else if ((MethodsToGen.OptionsBuilderExt_Any & overload) is not 0)
RuntimeSource\Configuration.Binder\Parser\OptionsBuilderConfigurationExtensions.cs (1)
89Debug.Assert((MethodsToGen.OptionsBuilderExt_Any & overload) is not 0);
RuntimeSource\Configuration.Binder\Specs\InterceptorInfo.cs (2)
38else if ((MethodsToGen.OptionsBuilderExt_Any & interceptor) is not 0) 97else if ((MethodsToGen.OptionsBuilderExt_Any & overload) is not 0)
RuntimeSource\Configuration.Binder\Specs\MethodsToGen.cs (1)
29Any = ConfigBinder_Any | OptionsBuilderExt_Any | ServiceCollectionExt_Any,