<PackageReference Include="Castle.Windsor" Version="6.0.0" />

ConstructorDependenciesModelInspector

This implementation of IContributeComponentModelConstruction collects all available constructors and populates them in the model as candidates. The Kernel will pick up one of the candidates according to a heuristic.

protected virtual bool IsVisibleToContainer(ConstructorInfo constructor)

public virtual void ProcessModel(IKernel kernel, ComponentModel model)