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