namespace Symfony\Component\DependencyInjection\LazyProxy\Instantiator

Classsort descending Location Description
InstantiatorInterface drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/InstantiatorInterface.php Lazy proxy instantiator, capable of instantiating a proxy given a container, the service definitions and a callback that produces the real service instance.
RealServiceInstantiator drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php Noop proxy instantiator - simply produces the real service instead of a proxy instance.