3 references to CollectionTypeDoesNotHaveDefaultCtor
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\CollectionDataContract.cs (3)
1118
SR.
CollectionTypeDoesNotHaveDefaultCtor
, null, ref dataContract);
1124
GetReadOnlyCollectionExceptionMessages(type, hasCollectionDataContract, SR.
CollectionTypeDoesNotHaveDefaultCtor
, null, out serializationExceptionMessage, out deserializationExceptionMessage);
1430
throw new InvalidDataContractException(SR.Format(SR.
CollectionTypeDoesNotHaveDefaultCtor
, DataContract.GetClrTypeFullName(UnderlyingType)));