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