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