public AttributeServiceEntryProvider(IEnumerable <Type> types, IClrServiceEntryFactory clrServiceEntryFactory, ILogger <AttributeServiceEntryProvider> logger, CPlatformContainer serviceProvider)
 {
     _types = types;
     _clrServiceEntryFactory = clrServiceEntryFactory;
     _logger          = logger;
     _serviceProvider = serviceProvider;
 }
 public AttributeServiceEntryProvider(IEnumerable<Type> types, IClrServiceEntryFactory clrServiceEntryFactory, ILogger<AttributeServiceEntryProvider> logger)
 {
     _types = types;
     _clrServiceEntryFactory = clrServiceEntryFactory;
     _logger = logger;
 }
 public AttributeServiceEntryProvider(IEnumerable <Type> types, IClrServiceEntryFactory clrServiceEntryFactory, ILogger <AttributeServiceEntryProvider> logger)
 {
     _types = types;
     _clrServiceEntryFactory = clrServiceEntryFactory;
     _logger = logger;
 }
 public AttributeServiceEntryProvider(IEnumerable <Type> types, IClrServiceEntryFactory clrServiceEntryFactory)
 {
     this._types = types;
     this._clrServiceEntryFactory = clrServiceEntryFactory;
 }
 public AttributeServiceEntryProvider(IEnumerable<Type> types, IClrServiceEntryFactory clrServiceEntryFactory)
 {
     _types = types;
     _clrServiceEntryFactory = clrServiceEntryFactory;
 }