1 override of IsList
System.Private.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
357
internal 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)
873
if (!member.Text.Mapping!.TypeDesc!.CanBeTextValue && member.Text.Mapping.
IsList
)
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1431
if (accessor.Mapping!.
IsList
)
1634
accessor.IsList = mapping!.
IsList
;