Пример #1
0
        private IEnumerable <Type> GetTypesToRegistration()
        {
            var unionConvention = new UnionSelectionConvention(_typesConventions);
            var potentialTypes  = SelectPotentialTypes(_typesProviders, unionConvention);

            return(GetTypesToRegistration(potentialTypes, unionConvention));
        }
 private IEnumerable<Type> GetTypesToRegistration()
 {
     var unionConvention = new UnionSelectionConvention(_typesConventions);
     var potentialTypes = SelectPotentialTypes(_typesProviders, unionConvention);
     return GetTypesToRegistration(potentialTypes, unionConvention);
 }