Microsoft.Extensions.DependencyInjection.ServiceLookup.ResultCache
struct ResultCache
namespace Microsoft.Extensions.DependencyInjection.ServiceLookup
{
internal struct ResultCache
{
public CallSiteResultCacheLocation Location { get; set; }
public ServiceCacheKey Key { get; set; }
public static ResultCache None(Type serviceType, object serviceKey = null);
public ResultCache(ServiceLifetime lifetime, ServiceIdentifier serviceIdentifier, int slot);
}
}