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