5 references to TypeOfCollectionDataContractAttribute
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\ClassDataContract.cs (1)
319if (type.IsDefined(Globals.TypeOfCollectionDataContractAttribute, false))
System\Runtime\Serialization\CollectionDataContract.cs (2)
912if (type.IsDefined(Globals.TypeOfCollectionDataContractAttribute, false)) 1248return type.IsDefined(Globals.TypeOfCollectionDataContractAttribute, false);
System\Runtime\Serialization\DataContract.cs (1)
1367object[] collectionContractAttributes = type.GetCustomAttributes(Globals.TypeOfCollectionDataContractAttribute, false).ToArray();
System\Runtime\Serialization\XmlDataContract.cs (1)
142if (type.IsDefined(Globals.TypeOfCollectionDataContractAttribute, false))