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