6 references to
Microsoft.Extensions.DependencyInjection (6)
ServiceLookup\ConstantCallSite.cs (1)
13public ConstantCallSite(Type serviceType, object? defaultValue) : base(ResultCache.None(serviceType))
ServiceLookup\ConstructorCallSite.cs (1)
18public ConstructorCallSite(ResultCache cache, Type serviceType, ConstructorInfo constructorInfo, ServiceCallSite[] parameterCallSites) : base(cache)
ServiceLookup\FactoryCallSite.cs (2)
12public FactoryCallSite(ResultCache cache, Type serviceType, Func<IServiceProvider, object> factory) : base(cache) 18public FactoryCallSite(ResultCache cache, Type serviceType, object serviceKey, Func<IServiceProvider, object, object> factory) : base(cache)
ServiceLookup\IEnumerableCallSite.cs (1)
16public IEnumerableCallSite(ResultCache cache, Type itemType, ServiceCallSite[] serviceCallSites) : base(cache)
ServiceLookup\ServiceProviderCallSite.cs (1)
10public ServiceProviderCallSite() : base(ResultCache.None(typeof(IServiceProvider)))