System\Runtime\Serialization\CollectionDataContract.cs (5)
509Init(CollectionKind.Array, type.GetElementType(), null);
520Init(kind, type.GetElementType(), null);
535Init(CollectionKind.Array, type.GetElementType(), null);
555Init(kind, itemType, collectionContractAttribute);
593Init(CollectionKind.Collection, null /*itemType*/, null);