1 override of IsList
System.Private.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
357internal override bool IsList
4 references to IsList
System.Private.Xml (4)
System\Xml\Serialization\Mappings.cs (1)
619_hasSimpleContent = !hasElements && text != null && !text.Mapping!.IsList;
System\Xml\Serialization\XmlReflectionImporter.cs (1)
873if (!member.Text.Mapping!.TypeDesc!.CanBeTextValue && member.Text.Mapping.IsList)
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1431if (accessor.Mapping!.IsList) 1634accessor.IsList = mapping!.IsList;