Microsoft.Extensions.DependencyInjection.ServiceLookup.FactoryCallSite sealed class FactoryCallSite : ServiceCallSite Documentation Code public Func<IServiceProvider, object> Factory { get; } public FactoryCallSite(ResultCache cache, Type serviceType, Func<IServiceProvider, object> factory) public FactoryCallSite(ResultCache cache, Type serviceType, object serviceKey, Func<IServiceProvider, object, object> factory)