3 writes to hasSimpleContent
System.Xml (3)
System\Xml\Serialization\Mappings.cs (3)
529hasSimpleContent = !hasElements && text != null && !text.Mapping.IsList; 537hasSimpleContent = true; 541hasSimpleContent = false;
2 references to hasSimpleContent
System.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
462get { return hasSimpleContent; } 543if (!hasSimpleContent && text != null && !text.Mapping.TypeDesc.CanBeTextValue) {