6 references to ServiceCollectionExt_Any
Microsoft.Extensions.Configuration.Binder.SourceGeneration (6)
ConfigurationBindingGenerator.Parser.cs (1)
140
Debug.Assert((MethodsToGen.
ServiceCollectionExt_Any
& overload) is not 0);
Emitter\OptionsConfigurationServiceCollectionExtensions.cs (1)
12
if (!ShouldEmitMethods(MethodsToGen.
ServiceCollectionExt_Any
))
Parser\OptionsConfigurationServiceCollectionExtensions.cs (1)
92
Debug.Assert((MethodsToGen.
ServiceCollectionExt_Any
& overload) is not 0);
Specs\InterceptorInfo.cs (2)
46
Debug.Assert((MethodsToGen.
ServiceCollectionExt_Any
& interceptor) is not 0);
105
Debug.Assert((MethodsToGen.
ServiceCollectionExt_Any
& overload) is not 0);
Specs\MethodsToGen.cs (1)
29
Any = ConfigBinder_Any | OptionsBuilderExt_Any |
ServiceCollectionExt_Any
,