19 references to CreateArrayTypeDesc
System.Xml (19)
System\Xml\Serialization\SoapSchemaImporter.cs (4)
412arrayMapping.TypeDesc = itemAccessor.Mapping.TypeDesc.CreateArrayTypeDesc(); 465arrayMapping.TypeDesc = itemAccessor.Mapping.TypeDesc.CreateArrayTypeDesc(); 482arrayMapping.TypeDesc = ((TypeMapping)itemAccessor.Mapping).TypeDesc.CreateArrayTypeDesc(); 507member.TypeDesc = member.TypeDesc.CreateArrayTypeDesc();
System\Xml\Serialization\XmlSchemaImporter.cs (10)
813member.TypeDesc = member.TypeDesc.CreateArrayTypeDesc(); 836choiceIdentifier.TypeDesc = member.ChoiceIdentifier.Mapping.TypeDesc.CreateArrayTypeDesc(); 1075member.TypeDesc = accessor.Mapping.TypeDesc.CreateArrayTypeDesc(); 1082member.TypeDesc = accessor.Mapping.TypeDesc.CreateArrayTypeDesc(); 1119member.TypeDesc = member.TypeDesc.CreateArrayTypeDesc(); 1229arrayMapping.TypeDesc = ((TypeMapping)itemAccessor.Mapping).TypeDesc.CreateArrayTypeDesc(); 1316mapping.TypeDesc = mapping.TypeDesc.CreateArrayTypeDesc(); 1360member.TypeDesc = accessor.Mapping.TypeDesc.CreateArrayTypeDesc(); 1382member.TypeDesc = accessor.IsList ? accessor.Mapping.TypeDesc.CreateArrayTypeDesc() : accessor.Mapping.TypeDesc; 1405member.TypeDesc = member.TypeDesc.CreateArrayTypeDesc();
System\Xml\Serialization\XmlSerializationWriter.cs (3)
2512TypeDesc td = elements[0].IsUnbounded ? elements[0].Mapping.TypeDesc.CreateArrayTypeDesc() : elements[0].Mapping.TypeDesc; 2572TypeDesc td = element.IsUnbounded ? element.Mapping.TypeDesc.CreateArrayTypeDesc() : element.Mapping.TypeDesc; 2792TypeDesc td = mapping.TypeDesc.CreateArrayTypeDesc();
System\Xml\Serialization\XmlSerializationWriterILGen.cs (2)
1521TypeDesc td = elements[0].IsUnbounded ? elements[0].Mapping.TypeDesc.CreateArrayTypeDesc() : elements[0].Mapping.TypeDesc; 1581TypeDesc td = element.IsUnbounded ? element.Mapping.TypeDesc.CreateArrayTypeDesc() : element.Mapping.TypeDesc;