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