5 references to GetArrayElementType
System.Private.Xml (5)
System\Xml\Serialization\Models.cs (1)
136
get { return ModelScope.GetTypeModel(TypeScope.
GetArrayElementType
(Type, null)!); }
System\Xml\Serialization\XmlReflectionImporter.cs (1)
1571
Type arrayElementType = TypeScope.
GetArrayElementType
(accessorType, $"{model.FieldTypeDesc.FullName}.{model.Name}")!;
System\Xml\Serialization\XmlSerializationReader.cs (1)
1569
fallbackElementType = TypeScope.
GetArrayElementType
(arrayType, null);
System\Xml\Serialization\XmlSerializationWriter.cs (2)
1188
Type elementType = TypeScope.
GetArrayElementType
(type, null)!;
1197
elementType = TypeScope.
GetArrayElementType
(elementType, null)!;