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