5 references to ServiceCollectionExt_Any
ConfigurationSchemaGenerator (5)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (1)
139
Debug.Assert((MethodsToGen.
ServiceCollectionExt_Any
& overload) is not 0);
RuntimeSource\Configuration.Binder\Parser\OptionsConfigurationServiceCollectionExtensions.cs (1)
92
Debug.Assert((MethodsToGen.
ServiceCollectionExt_Any
& overload) is not 0);
RuntimeSource\Configuration.Binder\Specs\InterceptorInfo.cs (2)
44
Debug.Assert((MethodsToGen.
ServiceCollectionExt_Any
& interceptor) is not 0);
103
Debug.Assert((MethodsToGen.
ServiceCollectionExt_Any
& overload) is not 0);
RuntimeSource\Configuration.Binder\Specs\MethodsToGen.cs (1)
29
Any = ConfigBinder_Any | OptionsBuilderExt_Any |
ServiceCollectionExt_Any
,