4 references to CollectionServices
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\ReflectionModel\ImportingMember.cs (2)
110Type? itemType = CollectionServices.GetCollectionElementType(ImportType.ActualType); 178return CollectionServices.GetCollectionWrapper(itemType, collectionObject);
System\ComponentModel\Composition\ReflectionModel\ImportType.cs (2)
85ElementType = CollectionServices.GetEnumerableElementType(type); 214if (type.IsArray || CollectionServices.IsEnumerableOfT(type))