7 references to TypeOfCollectionDataContractAttribute
System.Runtime.Serialization (7)
System\Runtime\Serialization\ClassDataContract.cs (1)
376if (type.IsDefined(Globals.TypeOfCollectionDataContractAttribute, false))
System\Runtime\Serialization\CodeExporter.cs (2)
1232CodeAttributeDeclaration collectionContractAttribute = new CodeAttributeDeclaration(DataContract.GetClrTypeFullName(Globals.TypeOfCollectionDataContractAttribute)); 1244AddImportStatement(Globals.TypeOfCollectionDataContractAttribute.Namespace, contractCodeDomInfo.CodeNamespace);
System\Runtime\Serialization\CollectionDataContract.cs (2)
821if (type.IsDefined(Globals.TypeOfCollectionDataContractAttribute, false)) 1127return type.IsDefined(Globals.TypeOfCollectionDataContractAttribute, false);
System\Runtime\Serialization\DataContract.cs (1)
1558object[] collectionContractAttributes = type.GetCustomAttributes(Globals.TypeOfCollectionDataContractAttribute, false);
System\Runtime\Serialization\XmlDataContract.cs (1)
199if (type.IsDefined(Globals.TypeOfCollectionDataContractAttribute, false))