19 references to CreateArrayTypeDesc
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (4)
461arrayMapping.TypeDesc = itemAccessor.Mapping.TypeDesc.CreateArrayTypeDesc(); 522arrayMapping.TypeDesc = itemAccessor.Mapping.TypeDesc.CreateArrayTypeDesc(); 540arrayMapping.TypeDesc = ((TypeMapping)itemAccessor.Mapping).TypeDesc.CreateArrayTypeDesc(); 569member.TypeDesc = member.TypeDesc.CreateArrayTypeDesc();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (10)
931member.TypeDesc = member.TypeDesc.CreateArrayTypeDesc(); 959choiceIdentifier.TypeDesc = member.ChoiceIdentifier.Mapping.TypeDesc.CreateArrayTypeDesc(); 1245member.TypeDesc = accessor.Mapping.TypeDesc.CreateArrayTypeDesc(); 1254member.TypeDesc = accessor.Mapping.TypeDesc.CreateArrayTypeDesc(); 1295member.TypeDesc = member.TypeDesc.CreateArrayTypeDesc(); 1415arrayMapping.TypeDesc = ((TypeMapping)itemAccessor.Mapping).TypeDesc.CreateArrayTypeDesc(); 1507mapping.TypeDesc = mapping.TypeDesc.CreateArrayTypeDesc(); 1559member.TypeDesc = accessor.Mapping.TypeDesc.CreateArrayTypeDesc(); 1584member.TypeDesc = accessor.IsList ? accessor.Mapping.TypeDesc.CreateArrayTypeDesc() : accessor.Mapping.TypeDesc; 1609member.TypeDesc = member.TypeDesc.CreateArrayTypeDesc();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (3)
2908TypeDesc td = elements[0].IsUnbounded ? elements[0].Mapping.TypeDesc.CreateArrayTypeDesc() : elements[0].Mapping.TypeDesc; 2975TypeDesc td = element.IsUnbounded ? element.Mapping.TypeDesc.CreateArrayTypeDesc() : element.Mapping.TypeDesc; 3223TypeDesc td = mapping.TypeDesc.CreateArrayTypeDesc();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (2)
1653TypeDesc td = elements[0].IsUnbounded ? elements[0].Mapping.TypeDesc.CreateArrayTypeDesc() : elements[0].Mapping.TypeDesc; 1720TypeDesc td = element.IsUnbounded ? element.Mapping.TypeDesc.CreateArrayTypeDesc() : element.Mapping.TypeDesc;