PerScopedRequestLifetime
Represents a lifetime that re-uses an instance within a scoped service's resolution tree.
namespace Stashbox.Lifetime
{
public class PerScopedRequestLifetime : TransientLifetime
{
private protected override bool StoreResultInLocalVariable => true;
}
}