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