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