2 writes to text
System.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
605this.text = mapping.text; 673set { text = value; }
4 references to text
System.Xml (4)
System\Xml\Serialization\Mappings.cs (4)
605this.text = mapping.text; 616get { return text != null && (elements == null || elements.Length == 0); } 672get { return text; } 696return text;