Stashbox by Peter Csajtai

<PackageReference Include="Stashbox" Version="3.5.1-preview-621" />

 ServiceRegistration

public class ServiceRegistration
Represents a service registration.
public Type ImplementationType { get; }

The implementation type.

public bool IsDecorator { get; }

True if the registration is a decorator.

The registration context.

public int RegistrationId { get; }

The registration id.

public int RegistrationOrder { get; }

The registration order indicator.

Represents the nature of the registration.