7 references to TypeOfCollectionDataContractAttribute
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (1)
425
if (type.GetTypeInfo().IsAttributeDefined(Globals.
TypeOfCollectionDataContractAttribute
))
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
1164
CodeAttributeDeclaration collectionContractAttribute = new CodeAttributeDeclaration(DataContract.GetClrTypeFullName(Globals.
TypeOfCollectionDataContractAttribute
));
1176
AddImportStatement(Globals.
TypeOfCollectionDataContractAttribute
.Namespace, contractCodeDomInfo.CodeNamespace);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (2)
887
if (type.GetTypeInfo().IsAttributeDefined(Globals.
TypeOfCollectionDataContractAttribute
))
1191
return type.GetTypeInfo().IsAttributeDefined(Globals.
TypeOfCollectionDataContractAttribute
);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (1)
1580
object[] collectionContractAttributes = type.GetTypeInfo().GetCustomAttributes(Globals.
TypeOfCollectionDataContractAttribute
, false).ToArray();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlDataContract.cs (1)
236
if (type.GetTypeInfo().IsAttributeDefined(Globals.
TypeOfCollectionDataContractAttribute
))