5 references to GetArrayElementType
System.Xml (5)
System\Xml\Serialization\Models.cs (1)
111get { return ModelScope.GetTypeModel(TypeScope.GetArrayElementType(Type, null)); }
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1357Type arrayElementType = TypeScope.GetArrayElementType(accessorType, model.FieldTypeDesc.FullName + "." + model.Name);
System\Xml\Serialization\XmlSerializationReader.cs (1)
1507fallbackElementType = TypeScope.GetArrayElementType(arrayType, null);
System\Xml\Serialization\XmlSerializationWriter.cs (2)
1057Type elementType = TypeScope.GetArrayElementType(type, null); 1064elementType = TypeScope.GetArrayElementType(elementType, null);