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