1 override of IsList
System.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
299internal override bool IsList {
5 references to IsList
System.Xml (5)
System\Xml\Serialization\Mappings.cs (1)
529hasSimpleContent = !hasElements && text != null && !text.Mapping.IsList;
System\Xml\Serialization\XmlCodeExporter.cs (1)
292if (mapping.IsList) {
System\Xml\Serialization\XmlReflectionImporter.cs (1)
764if (!member.Text.Mapping.TypeDesc.CanBeTextValue && member.Text.Mapping.IsList)
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1343if (accessor.Mapping.IsList) { 1518accessor.IsList = mapping.IsList;