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