Exemplo n.º 1
0
 protected override object VisitFactoryService(FactoryService factoryService, ServiceProvider provider)
 {
     return(factoryService.Descriptor.ImplementationFactory(provider));
 }
Exemplo n.º 2
0
 protected override Type VisitFactoryService(FactoryService factoryService, CallSiteValidatorState state) => null;